#602220

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

Shades of Red Oxide #602220

Tints of Red Oxide #602220

Color information

#602220 (or 0x602220) is unknown color: approx Red Oxide. HEX triplet: 60, 22 and 20. RGB value is (96,34,32). Sum of RGB (Red+Green+Blue) = 96+34+32=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 34 (13.67% from 255 or 20.99% from 162); Blue value is 32 (12.89% from 255 or 19.75% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #602220 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602220 is #9FDDDF. Grayscale: #343434. Windows color (decimal): -10477024 or 2105952. OLE color: 2105952.

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

Color convert

RGB963432-
CMYK00.650.670.62
HSL1.88º50%25.1%-
HSV(B)1.88º66.67%37.65%-
XYZ5.663.741.79-
YUV52.31116.54159.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.26%
GREEN value IS 34 (13.67% from 255) = 20.99%
BLUE value IS 32 (12.89% from 255) = 19.75%
R=59.26%
G=20.99%
B=19.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96343200.650.670.621.885025.1
Hex602220041433E23219
Octal140424001011037626231
Binary11000001000101000000100000110000111111101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602220; }

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

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

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

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

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

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

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

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