Html Css Color HEX #602420 Red Oxide

📋 copy color: '#602420'

red 96 ◦ green 36 ◦ blue 32

#602420
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Oxide #602420

Tints of Red Oxide #602420

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 value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#602420 (or 0x602420) is known color: 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

RGB 96 36 32 -
CMYK 0 0.62 0.67 0.62
HSL 3.75º 0.5% 0.25% -
HSV(B) 3.75º 0.67% 0.38% -
XYZ 5.72 3.85 1.81 -
YUV 53.48 115.88 158.33 -
System Red Green Blue C M Y K H S L
Decimal 96 36 32 0 0.62 0.67 0.62 3.75 0.5 0.25
Hex 60 24 20 0 3E 43 3E 4 32 19
Octal 140 44 40 0 76 103 76 4 62 31
Binary 1100000 100100 100000 0 111110 1000011 111110 100 110010 11001

Color Harmonies of #602420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602420

Black with #602420

Text Example


Text Example

White with #602420

Text Example


Text Example

HTML Codes & Css Web 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>