#602018

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

Shades of Red Oxide #602018

Tints of Red Oxide #602018

Color information

#602018 (or 0x602018) is unknown color: approx Red Oxide. HEX triplet: 60, 20 and 18. RGB value is (96,32,24). Sum of RGB (Red+Green+Blue) = 96+32+24=152 (20% of max value = 765). Red value is 96 (37.89% from 255 or 63.16% from 152); Green value is 32 (12.89% from 255 or 21.05% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 96 - color contains mainly: red. Hex color #602018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602018 is #9FDFE7. Grayscale: #323232. Windows color (decimal): -10477544 or 1581152. OLE color: 1581152.

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

Color convert

RGB963224-
CMYK00.670.750.62
HSL6.67º60%23.53%-
HSV(B)6.67º75%37.65%-
XYZ5.513.591.27-
YUV50.22113.2160.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 63.16%
GREEN value IS 32 (12.89% from 255) = 21.05%
BLUE value IS 24 (9.77% from 255) = 15.79%
R=63.16%
G=21.05%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96322400.670.750.626.676023.53
Hex6020180434B3E73c18
Octal140403001031137677430
Binary11000001000001100001000011100101111111011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602018; }

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

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

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

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

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

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

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

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