#B60C0C

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

Shades of Free Speech Red #B60C0C

Tints of Free Speech Red #B60C0C

Color information

#B60C0C (or 0xB60C0C) is unknown color: approx Free Speech Red. HEX triplet: B6, 0C and 0C. RGB value is (182,12,12). Sum of RGB (Red+Green+Blue) = 182+12+12=206 (27% of max value = 765). Red value is 182 (71.48% from 255 or 88.35% from 206); Green value is 12 (5.08% from 255 or 5.83% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C0C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B60C0C is #49F3F3. Grayscale: #3F3F3F. Windows color (decimal): -4846580 or 789686. OLE color: 789686.

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

Color convert

RGB1821212-
CMYK00.930.930.29
HSL87.63%38.04%-
HSV(B)93.41%71.37%-
XYZ19.4910.231.3-
YUV62.8399.32213-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 88.35%
GREEN value IS 12 (5.08% from 255) = 5.83%
BLUE value IS 12 (5.08% from 255) = 5.83%
R=88.35%
G=5.83%
B=5.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182121200.930.930.29087.6338.04
HexB6CC05D5D1D05826
Octal2661414013513535013046
Binary10110110110011000101110110111011110101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60C0C; }

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

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

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

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

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

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

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

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