#b6120a

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

Shades of Free Speech Red #B6120A

Tints of Free Speech Red #B6120A

Color information

#B6120A (or 0xB6120A) is unknown color: approx Free Speech Red. HEX triplet: B6, 12 and 0A. RGB value is (182,18,10). Sum of RGB (Red+Green+Blue) = 182+18+10=210 (27% of max value = 765). Red value is 182 (71.48% from 255 or 86.67% from 210); Green value is 18 (7.42% from 255 or 8.57% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 182 - color contains mainly: red. Hex color #B6120A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6120A is #49EDF5. Grayscale: #424242. Windows color (decimal): -4845046 or 660150. OLE color: 660150.

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

Color convert

RGB1821810-
CMYK00.900.950.29
HSL2.79º89.58%37.65%-
HSV(B)2.79º94.51%71.37%-
XYZ19.5610.41.26-
YUV66.1296.33210.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 86.67%
GREEN value IS 18 (7.42% from 255) = 8.57%
BLUE value IS 10 (4.30% from 255) = 4.76%
R=86.67%
G=8.57%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182181000.900.950.292.7989.5837.65
HexB612A05A5F1D35a26
Octal2662212013213735313246
Binary1011011010010101001011010101111111101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6120a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6120a; }

 p { color: rgb(182,18,10); }

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

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

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

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

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

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

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