Html Css Color HEX #BB0704 Free Speech Red

📋 copy color: '#BB0704'

red 187 ◦ green 7 ◦ blue 4

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

Shades of Free Speech Red #BB0704

Tints of Free Speech Red #BB0704

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.54%

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

R = 94.44%
G = 3.54%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB0704 (or 0xBB0704) is known color: Free Speech Red. HEX triplet: BB, 07 and 04. RGB value is (187,7,4). Sum of RGB (Red+Green+Blue) = 187+7+4=198 (26% of max value = 765). Red value is 187 (73.44% from 255 or 94.44% from 198); Green value is 7 (3.12% from 255 or 3.54% from 198); Blue value is 4 (1.95% from 255 or 2.02% from 198); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0704 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB0704 is #44F8FB. Grayscale: #3C3C3C. Windows color (decimal): -4520188 or 264123. OLE color: 264123.

HSL color Cylindrical-coordinate representation of color #BB0704: hue angle of 0.98º 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 #BB0704 is Cyan = 0, Magento = 0.96, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 7 4 -
CMYK 0 0.96 0.98 0.27
HSL 0.98º 0.96% 0.37% -
HSV(B) 0.98º 0.98% 0.73% -
XYZ 20.59 10.73 1.1 -
YUV 60.48 96.13 218.24 -
System Red Green Blue C M Y K H S L
Decimal 187 7 4 0 0.96 0.98 0.27 0.98 0.96 0.37
Hex BB 7 4 0 60 62 1B 1 60 25
Octal 273 7 4 0 140 142 33 1 140 45
Binary 10111011 111 100 0 1100000 1100010 11011 1 1100000 100101

Color Harmonies of #BB0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0704

Black with #BB0704

Text Example


Text Example

White with #BB0704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0704; }

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

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

background-color css

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

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

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

border-color css

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

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

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