#6B1412

Color #6B1412 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #6B1412

Tints of Red Oxide #6B1412

Color information

#6B1412 (or 0x6B1412) is unknown color: approx Red Oxide. HEX triplet: 6B, 14 and 12. RGB value is (107,20,18). Sum of RGB (Red+Green+Blue) = 107+20+18=145 (19% of max value = 765). Red value is 107 (42.19% from 255 or 73.79% from 145); Green value is 20 (8.20% from 255 or 13.79% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1412 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B1412 is #94EBED. Grayscale: #2D2D2D. Windows color (decimal): -9759726 or 1184875. OLE color: 1184875.

HSL color Cylindrical-coordinate representation of color #6B1412: hue angle of 1.35º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6B1412 is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.58.

Color convert

RGB1072018-
CMYK00.810.830.58
HSL1.35º71.2%24.51%-
HSV(B)1.35º83.18%41.96%-
XYZ6.423.670.94-
YUV45.78112.32171.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 73.79%
GREEN value IS 20 (8.20% from 255) = 13.79%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=73.79%
G=13.79%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107201800.810.830.581.3571.224.51
Hex6B1412051533A14719
Octal1532422012112372110731
Binary110101110100100100101000110100111110101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6B1412; }

 p { color: rgb(107,20,18); }

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

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

 a { background-color: rgb(107,20,18); }

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

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

 span { border-color: rgb(107,20,18); }

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