Html Css Color HEX #602022 Burnt Crimson

📋 copy color: '#602022'

red 96 ◦ green 32 ◦ blue 34

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

Shades of Burnt Crimson #602022

Tints of Burnt Crimson #602022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 20.99%

R = 59.26%
G = 19.75%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.62

RGB Variations

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

Color information

#602022 (or 0x602022) is known color: Burnt Crimson. HEX triplet: 60, 20 and 22. RGB value is (96,32,34). Sum of RGB (Red+Green+Blue) = 96+32+34=162 (21% of max value = 765). Red value is 96 (37.89% from 255 or 59.26% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 34 (13.67% from 255 or 20.99% from 162); Max value from RGB is 96 - color contains mainly: red. Hex color #602022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602022 is #9FDFDD. Grayscale: #333333. Windows color (decimal): -10477534 or 2236512. OLE color: 2236512.

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

Color convert

RGB 96 32 34 -
CMYK 0 0.67 0.65 0.62
HSL 358.13º 0.5% 0.25% -
HSV(B) 358.13º 0.67% 0.38% -
XYZ 5.63 3.64 1.92 -
YUV 51.36 118.2 159.84 -
System Red Green Blue C M Y K H S L
Decimal 96 32 34 0 0.67 0.65 0.62 358.13 0.5 0.25
Hex 60 20 22 0 43 41 3E 166 32 19
Octal 140 40 42 0 103 101 76 546 62 31
Binary 1100000 100000 100010 0 1000011 1000001 111110 101100110 110010 11001

Color Harmonies of #602022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602022

Black with #602022

Text Example


Text Example

White with #602022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602022; }

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

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

background-color css

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

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

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

border-color css

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

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

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