Html Css Color HEX #BB0904 Free Speech Red

📋 copy color: '#BB0904'

red 187 ◦ green 9 ◦ blue 4

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

Shades of Free Speech Red #BB0904

Tints of Free Speech Red #BB0904

RGB

 RED value IS 187 (73.44% from 255) = 93.5%

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

 BLUE value IS 4 (1.95% from 255) = 2%

R = 93.5%
G = 4.5%
B = 2%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB0904 (or 0xBB0904) is known color: Free Speech Red. HEX triplet: BB, 09 and 04. RGB value is (187,9,4). Sum of RGB (Red+Green+Blue) = 187+9+4=200 (26% of max value = 765). Red value is 187 (73.44% from 255 or 93.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 4 (1.95% from 255 or 2% from 200); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0904 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0904 is #44F6FB. Grayscale: #3D3D3D. Windows color (decimal): -4519676 or 264635. OLE color: 264635.

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

Color convert

RGB 187 9 4 -
CMYK 0 0.95 0.98 0.27
HSL 1.64º 0.96% 0.37% -
HSV(B) 1.64º 0.98% 0.73% -
XYZ 20.61 10.77 1.11 -
YUV 61.65 95.47 217.41 -
System Red Green Blue C M Y K H S L
Decimal 187 9 4 0 0.95 0.98 0.27 1.64 0.96 0.37
Hex BB 9 4 0 5F 62 1B 2 60 25
Octal 273 11 4 0 137 142 33 2 140 45
Binary 10111011 1001 100 0 1011111 1100010 11011 10 1100000 100101

Color Harmonies of #BB0904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0904

Black with #BB0904

Text Example


Text Example

White with #BB0904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0904; }

 p { color: rgb(187,9,4); }

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

background-color css

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

 a { background-color: rgb(187,9,4); }

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

border-color css

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

 span { border-color: rgb(187,9,4); }

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