#B6120D

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

Shades of Free Speech Red #B6120D

Tints of Free Speech Red #B6120D

Color information

#B6120D (or 0xB6120D) is unknown color: approx Free Speech Red. HEX triplet: B6, 12 and 0D. RGB value is (182,18,13). Sum of RGB (Red+Green+Blue) = 182+18+13=213 (28% of max value = 765). Red value is 182 (71.48% from 255 or 85.45% from 213); Green value is 18 (7.42% from 255 or 8.45% from 213); Blue value is 13 (5.47% from 255 or 6.10% from 213); Max value from RGB is 182 - color contains mainly: red. Hex color #B6120D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B6120D is #49EDF2. Grayscale: #424242. Windows color (decimal): -4845043 or 856758. OLE color: 856758.

HSL color Cylindrical-coordinate representation of color #B6120D: hue angle of 1.78º degrees, saturation: 0.87, 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 #B6120D is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.29.

Color convert

RGB1821813-
CMYK00.900.930.29
HSL1.78º86.67%38.24%-
HSV(B)1.78º92.86%71.37%-
XYZ19.5810.411.36-
YUV66.4797.83210.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 85.45%
GREEN value IS 18 (7.42% from 255) = 8.45%
BLUE value IS 13 (5.47% from 255) = 6.10%
R=85.45%
G=8.45%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182181300.900.930.291.7886.6738.24
HexB612D05A5D1D25726
Octal2662215013213535212746
Binary1011011010010110101011010101110111101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6120D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6120D; }

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

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

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

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

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

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

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

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