Html Css Color HEX #602024 Burnt Crimson

📋 copy color: '#602024'

red 96 ◦ green 32 ◦ blue 36

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

Shades of Burnt Crimson #602024

Tints of Burnt Crimson #602024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 21.95%

R = 58.54%
G = 19.51%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.62

RGB Variations

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

Color information

#602024 (or 0x602024) is known color: Burnt Crimson. HEX triplet: 60, 20 and 24. RGB value is (96,32,36). Sum of RGB (Red+Green+Blue) = 96+32+36=164 (21% of max value = 765). Red value is 96 (37.89% from 255 or 58.54% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 96 - color contains mainly: red. Hex color #602024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602024 is #9FDFDB. Grayscale: #333333. Windows color (decimal): -10477532 or 2367584. OLE color: 2367584.

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

Color convert

RGB 96 32 36 -
CMYK 0 0.67 0.62 0.62
HSL 356.25º 0.5% 0.25% -
HSV(B) 356.25º 0.67% 0.38% -
XYZ 5.66 3.65 2.07 -
YUV 51.59 119.2 159.67 -
System Red Green Blue C M Y K H S L
Decimal 96 32 36 0 0.67 0.62 0.62 356.25 0.5 0.25
Hex 60 20 24 0 43 3E 3E 164 32 19
Octal 140 40 44 0 103 76 76 544 62 31
Binary 1100000 100000 100100 0 1000011 111110 111110 101100100 110010 11001

Color Harmonies of #602024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602024

Black with #602024

Text Example


Text Example

White with #602024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602024; }

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

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

background-color css

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

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

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

border-color css

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

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

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