Html Css Color HEX #B40908 Free Speech Red

📋 copy color: '#B40908'

red 180 ◦ green 9 ◦ blue 8

#B40908
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #B40908

Tints of Free Speech Red #B40908

RGB

 RED value IS 180 (70.7% from 255) = 91.37%

 GREEN value IS 9 (3.91% from 255) = 4.57%

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 91.37%
G = 4.57%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B40908 (or 0xB40908) is known color: Free Speech Red. HEX triplet: B4, 09 and 08. RGB value is (180,9,8). Sum of RGB (Red+Green+Blue) = 180+9+8=197 (26% of max value = 765). Red value is 180 (70.70% from 255 or 91.37% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 180 - color contains mainly: red. Hex color #B40908 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B40908 is #4BF6F7. Grayscale: #3C3C3C. Windows color (decimal): -4978424 or 526772. OLE color: 526772.

HSL color Cylindrical-coordinate representation of color #B40908: hue angle of 0.35º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40908 is Cyan = 0, Magento = 0.95, Yellow = 0.96 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 9 8 -
CMYK 0 0.95 0.96 0.29
HSL 0.35º 0.91% 0.37% -
HSV(B) 0.35º 0.96% 0.71% -
XYZ 18.96 9.92 1.14 -
YUV 60.02 98.65 213.58 -
System Red Green Blue C M Y K H S L
Decimal 180 9 8 0 0.95 0.96 0.29 0.35 0.91 0.37
Hex B4 9 8 0 5F 60 1D 0 5B 25
Octal 264 11 10 0 137 140 35 0 133 45
Binary 10110100 1001 1000 0 1011111 1100000 11101 0 1011011 100101

Color Harmonies of #B40908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40908

Black with #B40908

Text Example


Text Example

White with #B40908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40908; }

 p { color: rgb(180,9,8); }

 H1.HeaderClassName
 {
   color: #B40908;
 }
 .AnyTagClassName
 {
   color: #B40908;
 }
</style>

background-color css

<style>
 a { background-color: #B40908; }

 a { background-color: rgb(180,9,8); }

 div.DivClassName
 {
   background-color: #B40908;
 }
 .BgClassName
 {
   background-color: #B40908;
 }
</style>

border-color css

<style>
 span { border-color: #B40908; }

 span { border-color: rgb(180,9,8); }

 td.TdClassName
 {
   border-color: #B40908;
 }
 .TagClassName
 {
   border-color: #B40908;
 }
</style>