Html Css Color HEX #602422 Red Oxide

📋 copy color: '#602422'

red 96 ◦ green 36 ◦ blue 34

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

Shades of Red Oxide #602422

Tints of Red Oxide #602422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.69%

 BLUE value IS 34 (13.67% from 255) = 20.48%

R = 57.83%
G = 21.69%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#602422 (or 0x602422) is known color: Red Oxide. HEX triplet: 60, 24 and 22. RGB value is (96,36,34). Sum of RGB (Red+Green+Blue) = 96+36+34=166 (21% of max value = 765). Red value is 96 (37.89% from 255 or 57.83% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 34 (13.67% from 255 or 20.48% from 166); Max value from RGB is 96 - color contains mainly: red. Hex color #602422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602422 is #9FDBDD. Grayscale: #353535. Windows color (decimal): -10476510 or 2237536. OLE color: 2237536.

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

Color convert

RGB 96 36 34 -
CMYK 0 0.62 0.65 0.62
HSL 1.94º 0.48% 0.25% -
HSV(B) 1.94º 0.65% 0.38% -
XYZ 5.74 3.86 1.96 -
YUV 53.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 96 36 34 0 0.62 0.65 0.62 1.94 0.48 0.25
Hex 60 24 22 0 3E 41 3E 2 30 19
Octal 140 44 42 0 76 101 76 2 60 31
Binary 1100000 100100 100010 0 111110 1000001 111110 10 110000 11001

Color Harmonies of #602422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602422

Black with #602422

Text Example


Text Example

White with #602422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602422; }

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

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

background-color css

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

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

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

border-color css

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

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

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