Html Css Color HEX #602428 Burnt Crimson

📋 copy color: '#602428'

red 96 ◦ green 36 ◦ blue 40

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

Shades of Burnt Crimson #602428

Tints of Burnt Crimson #602428

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.93%

 BLUE value IS 40 (16.02% from 255) = 23.26%

R = 55.81%
G = 20.93%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#602428 (or 0x602428) is known color: Burnt Crimson. HEX triplet: 60, 24 and 28. RGB value is (96,36,40). Sum of RGB (Red+Green+Blue) = 96+36+40=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 40 (16.02% from 255 or 23.26% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #602428 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602428 is #9FDBD7. Grayscale: #363636. Windows color (decimal): -10476504 or 2630752. OLE color: 2630752.

HSL color Cylindrical-coordinate representation of color #602428: hue angle of 356º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602428 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 36 40 -
CMYK 0 0.62 0.58 0.62
HSL 356º 0.45% 0.26% -
HSV(B) 356º 0.63% 0.38% -
XYZ 5.84 3.9 2.45 -
YUV 54.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 96 36 40 0 0.62 0.58 0.62 356 0.45 0.26
Hex 60 24 28 0 3E 3A 3E 164 2D 1A
Octal 140 44 50 0 76 72 76 544 55 32
Binary 1100000 100100 101000 0 111110 111010 111110 101100100 101101 11010

Color Harmonies of #602428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602428

Black with #602428

Text Example


Text Example

White with #602428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602428; }

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

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

background-color css

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

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

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

border-color css

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

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

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