#BB0704

Color #BB0704 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #BB0704

Tints of Free Speech Red #BB0704

Color information

#BB0704 (or 0xBB0704) is unknown color: approx 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

RGB18774-
CMYK00.960.980.27
HSL0.98º95.81%37.45%-
HSV(B)0.98º97.86%73.33%-
XYZ20.5910.731.1-
YUV60.4896.13218.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 94.44%
GREEN value IS 7 (3.12% 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 (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1877400.960.980.270.9895.8137.45
HexBB74060621B16025
Octal27374014014233114045
Binary101110111111000110000011000101101111100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>