#602021

Color #602021 Burnt Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Crimson #602021

Tints of Burnt Crimson #602021

Color information

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

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

Color convert

RGB963233-
CMYK00.670.660.62
HSL359.06º50%25.1%-
HSV(B)359.06º66.67%37.65%-
XYZ5.613.631.84-
YUV51.25117.7159.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 59.63%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=59.63%
G=19.88%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96323300.670.660.62359.065025.1
Hex602021043423E1673219
Octal14040410103102765476231
Binary110000010000010000101000011100001011111010110011111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602021; }

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

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

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

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

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

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

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

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