#601912

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

Shades of Red Oxide #601912

Tints of Red Oxide #601912

Color information

#601912 (or 0x601912) is unknown color: approx Red Oxide. HEX triplet: 60, 19 and 12. RGB value is (96,25,18). Sum of RGB (Red+Green+Blue) = 96+25+18=139 (18% of max value = 765). Red value is 96 (37.89% from 255 or 69.06% from 139); Green value is 25 (10.16% from 255 or 17.99% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 96 - color contains mainly: red. Hex color #601912 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601912 is #9FE6ED. Grayscale: #2D2D2D. Windows color (decimal): -10479342 or 1186144. OLE color: 1186144.

HSL color Cylindrical-coordinate representation of color #601912: hue angle of 5.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #601912 is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB962518-
CMYK00.740.810.62
HSL5.38º68.42%22.35%-
HSV(B)5.38º81.25%37.65%-
XYZ5.283.230.92-
YUV45.43112.52164.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 69.06%
GREEN value IS 25 (10.16% from 255) = 17.99%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=69.06%
G=17.99%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96251800.740.810.625.3868.4222.35
Hex60191204A513E54416
Octal1403122011212176510426
Binary11000001100110010010010101010001111110101100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601912; }

 p { color: rgb(96,25,18); }

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

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

 a { background-color: rgb(96,25,18); }

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

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

 span { border-color: rgb(96,25,18); }

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