#602420

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

Shades of Red Oxide #602420

Tints of Red Oxide #602420

Color information

#602420 (or 0x602420) is unknown color: approx Red Oxide. HEX triplet: 60, 24 and 20. RGB value is (96,36,32). Sum of RGB (Red+Green+Blue) = 96+36+32=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 32 (12.89% from 255 or 19.51% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #602420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602420 is #9FDBDF. Grayscale: #353535. Windows color (decimal): -10476512 or 2106464. OLE color: 2106464.

HSL color Cylindrical-coordinate representation of color #602420: hue angle of 3.75º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #602420 is Cyan = 0, Magento = 0.62, Yellow = 0.67 and Black (K on CMYK) = 0.62.

Color convert

RGB963632-
CMYK00.620.670.62
HSL3.75º50%25.1%-
HSV(B)3.75º66.67%37.65%-
XYZ5.723.851.81-
YUV53.48115.88158.33-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 58.54%
GREEN value IS 36 (14.45% from 255) = 21.95%
BLUE value IS 32 (12.89% from 255) = 19.51%
R=58.54%
G=21.95%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96363200.620.670.623.755025.1
Hex60242003E433E43219
Octal14044400761037646231
Binary11000001001001000000111110100001111111010011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602420; }

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

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

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

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

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

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

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

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