#601212

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

Shades of Red Oxide #601212

Tints of Red Oxide #601212

Color information

#601212 (or 0x601212) is unknown color: approx Red Oxide. HEX triplet: 60, 12 and 12. RGB value is (96,18,18). Sum of RGB (Red+Green+Blue) = 96+18+18=132 (17% of max value = 765). Red value is 96 (37.89% from 255 or 72.73% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 96 - color contains mainly: red. Hex color #601212 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601212 is #9FEDED. Grayscale: #292929. Windows color (decimal): -10481134 or 1184352. OLE color: 1184352.

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

Color convert

RGB961818-
CMYK00.810.810.62
HSL68.42%22.35%-
HSV(B)81.25%37.65%-
XYZ5.152.960.87-
YUV41.32114.84167-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 72.73%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 18 (7.42% from 255) = 13.64%
R=72.73%
G=13.64%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96181800.810.810.62068.4222.35
Hex601212051513E04416
Octal1402222012112176010426
Binary110000010010100100101000110100011111100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601212; }

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

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

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

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

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

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

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

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