#601918

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

Shades of Red Oxide #601918

Tints of Red Oxide #601918

Color information

#601918 (or 0x601918) is unknown color: approx Red Oxide. HEX triplet: 60, 19 and 18. RGB value is (96,25,24). Sum of RGB (Red+Green+Blue) = 96+25+24=145 (19% of max value = 765). Red value is 96 (37.89% from 255 or 66.21% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 96 - color contains mainly: red. Hex color #601918 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #601918 is #9FE6E7. Grayscale: #2E2E2E. Windows color (decimal): -10479336 or 1579360. OLE color: 1579360.

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

Color convert

RGB962524-
CMYK00.740.750.62
HSL0.83º60%23.53%-
HSV(B)0.83º75%37.65%-
XYZ5.343.251.21-
YUV46.11115.52163.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 66.21%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=66.21%
G=17.24%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96252400.740.750.620.836023.53
Hex60191804A4B3E13c18
Octal140313001121137617430
Binary11000001100111000010010101001011111110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601918; }

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

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

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

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

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

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

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

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