#601D12

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

Shades of Red Oxide #601D12

Tints of Red Oxide #601D12

Color information

#601D12 (or 0x601D12) is unknown color: approx Red Oxide. HEX triplet: 60, 1D and 12. RGB value is (96,29,18). Sum of RGB (Red+Green+Blue) = 96+29+18=143 (18% of max value = 765). Red value is 96 (37.89% from 255 or 67.13% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 18 (7.42% from 255 or 12.59% from 143); Max value from RGB is 96 - color contains mainly: red. Hex color #601D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #601D12 is #9FE2ED. Grayscale: #2F2F2F. Windows color (decimal): -10478318 or 1187168. OLE color: 1187168.

HSL color Cylindrical-coordinate representation of color #601D12: hue angle of 8.46º 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 #601D12 is Cyan = 0, Magento = 0.70, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB962918-
CMYK00.700.810.62
HSL8.46º68.42%22.35%-
HSV(B)8.46º81.25%37.65%-
XYZ5.373.410.95-
YUV47.78111.2162.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 67.13%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 18 (7.42% from 255) = 12.59%
R=67.13%
G=20.28%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96291800.700.810.628.4668.4222.35
Hex601D12046513E84416
Octal14035220106121761010426
Binary110000011101100100100011010100011111101000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601D12; }

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

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

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

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

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

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

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

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