#B60C09

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

Shades of Free Speech Red #B60C09

Tints of Free Speech Red #B60C09

Color information

#B60C09 (or 0xB60C09) is unknown color: approx Free Speech Red. HEX triplet: B6, 0C and 09. RGB value is (182,12,9). Sum of RGB (Red+Green+Blue) = 182+12+9=203 (26% of max value = 765). Red value is 182 (71.48% from 255 or 89.66% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 9 (3.91% from 255 or 4.43% from 203); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C09 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60C09 is #49F3F6. Grayscale: #3E3E3E. Windows color (decimal): -4846583 or 593078. OLE color: 593078.

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

Color convert

RGB182129-
CMYK00.930.950.29
HSL1.04º90.58%37.45%-
HSV(B)1.04º95.05%71.37%-
XYZ19.4710.231.21-
YUV62.4997.82213.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 89.66%
GREEN value IS 12 (5.08% from 255) = 5.91%
BLUE value IS 9 (3.91% from 255) = 4.43%
R=89.66%
G=5.91%
B=4.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18212900.930.950.291.0490.5837.45
HexB6C905D5F1D15b25
Octal2661411013513735113345
Binary10110110110010010101110110111111110111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60C09; }

 p { color: rgb(182,12,9); }

 H1.HeaderClassName
 {
   color: #B60C09;
 }
 .AnyTagClassName
 {
   color: #B60C09;
 }
</style>
background-color css

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

 a { background-color: rgb(182,12,9); }

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

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

 span { border-color: rgb(182,12,9); }

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