Html Css Color HEX #602120 Red Oxide

📋 copy color: '#602120'

red 96 ◦ green 33 ◦ blue 32

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

Shades of Red Oxide #602120

Tints of Red Oxide #602120

RGB

 RED value IS 96 (37.89% from 255) = 59.63%

 GREEN value IS 33 (13.28% from 255) = 20.5%

 BLUE value IS 32 (12.89% from 255) = 19.88%

R = 59.63%
G = 20.5%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.62

RGB Variations

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

Color information

#602120 (or 0x602120) is known color: Red Oxide. HEX triplet: 60, 21 and 20. RGB value is (96,33,32). Sum of RGB (Red+Green+Blue) = 96+33+32=161 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.63% from 161); Green value is 33 (13.28% from 255 or 20.50% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 96 - color contains mainly: red. Hex color #602120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602120 is #9FDEDF. Grayscale: #333333. Windows color (decimal): -10477280 or 2105696. OLE color: 2105696.

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

Color convert

RGB 96 33 32 -
CMYK 0 0.66 0.67 0.62
HSL 0.94º 0.5% 0.25% -
HSV(B) 0.94º 0.67% 0.38% -
XYZ 5.63 3.68 1.78 -
YUV 51.72 116.87 159.58 -
System Red Green Blue C M Y K H S L
Decimal 96 33 32 0 0.66 0.67 0.62 0.94 0.5 0.25
Hex 60 21 20 0 42 43 3E 1 32 19
Octal 140 41 40 0 102 103 76 1 62 31
Binary 1100000 100001 100000 0 1000010 1000011 111110 1 110010 11001

Color Harmonies of #602120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602120

Black with #602120

Text Example


Text Example

White with #602120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602120; }

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

 H1.HeaderClassName
 {
   color: #602120;
 }
 .AnyTagClassName
 {
   color: #602120;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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