Html Css Color HEX #602016 Red Oxide

📋 copy color: '#602016'

red 96 ◦ green 32 ◦ blue 22

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

Shades of Red Oxide #602016

Tints of Red Oxide #602016

RGB

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

 GREEN value IS 32 (12.89% from 255) = 21.33%

 BLUE value IS 22 (8.98% from 255) = 14.67%

R = 64%
G = 21.33%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#602016 (or 0x602016) is known color: Red Oxide. HEX triplet: 60, 20 and 16. RGB value is (96,32,22). Sum of RGB (Red+Green+Blue) = 96+32+22=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #602016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #602016 is #9FDFE9. Grayscale: #323232. Windows color (decimal): -10477546 or 1450080. OLE color: 1450080.

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

Color convert

RGB 96 32 22 -
CMYK 0 0.67 0.77 0.62
HSL 8.11º 0.63% 0.23% -
HSV(B) 8.11º 0.77% 0.38% -
XYZ 5.49 3.58 1.16 -
YUV 50 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 96 32 22 0 0.67 0.77 0.62 8.11 0.63 0.23
Hex 60 20 16 0 43 4D 3E 8 3F 17
Octal 140 40 26 0 103 115 76 10 77 27
Binary 1100000 100000 10110 0 1000011 1001101 111110 1000 111111 10111

Color Harmonies of #602016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602016

Black with #602016

Text Example


Text Example

White with #602016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602016; }

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

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

background-color css

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

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

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

border-color css

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

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

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