Html Css Color HEX #602021 Burnt Crimson

📋 copy color: '#602021'

red 96 ◦ green 32 ◦ blue 33

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

Shades of Burnt Crimson #602021

Tints of Burnt Crimson #602021

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.5%

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

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.66

 K value IS 0.62

RGB Variations

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

Color information

#602021 (or 0x602021) is known color: 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

RGB 96 32 33 -
CMYK 0 0.67 0.66 0.62
HSL 359.06º 0.5% 0.25% -
HSV(B) 359.06º 0.67% 0.38% -
XYZ 5.61 3.63 1.84 -
YUV 51.25 117.7 159.92 -
System Red Green Blue C M Y K H S L
Decimal 96 32 33 0 0.67 0.66 0.62 359.06 0.5 0.25
Hex 60 20 21 0 43 42 3E 167 32 19
Octal 140 40 41 0 103 102 76 547 62 31
Binary 1100000 100000 100001 0 1000011 1000010 111110 101100111 110010 11001

Color Harmonies of #602021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602021

Black with #602021

Text Example


Text Example

White with #602021

Text Example


Text Example

HTML Codes & Css Web 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>