#6B1E18

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

Shades of Red Oxide #6B1E18

Tints of Red Oxide #6B1E18

Color information

#6B1E18 (or 0x6B1E18) is unknown color: approx Red Oxide. HEX triplet: 6B, 1E and 18. RGB value is (107,30,24). Sum of RGB (Red+Green+Blue) = 107+30+24=161 (21% of max value = 765). Red value is 107 (42.19% from 255 or 66.46% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 107 - color contains mainly: red. Hex color #6B1E18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #6B1E18 is #94E1E7. Grayscale: #343434. Windows color (decimal): -9757160 or 1580651. OLE color: 1580651.

HSL color Cylindrical-coordinate representation of color #6B1E18: hue angle of 4.34º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6B1E18 is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB1073024-
CMYK00.720.780.58
HSL4.34º63.36%25.69%-
HSV(B)4.34º77.57%41.96%-
XYZ6.694.121.31-
YUV52.34112.01166.99-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 66.46%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 24 (9.77% from 255) = 14.91%
R=66.46%
G=18.63%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107302400.720.780.584.3463.3625.69
Hex6B1E180484E3A43f1a
Octal153363001101167247732
Binary1101011111101100001001000100111011101010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B1E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,30,24); }

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

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

 a { background-color: rgb(107,30,24); }

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

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

 span { border-color: rgb(107,30,24); }

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