#602126

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

Shades of Burnt Crimson #602126

Tints of Burnt Crimson #602126

Color information

#602126 (or 0x602126) is unknown color: approx Burnt Crimson. HEX triplet: 60, 21 and 26. RGB value is (96,33,38). Sum of RGB (Red+Green+Blue) = 96+33+38=167 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.49% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 96 - color contains mainly: red. Hex color #602126 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602126 is #9FDED9. Grayscale: #343434. Windows color (decimal): -10477274 or 2498912. OLE color: 2498912.

HSL color Cylindrical-coordinate representation of color #602126: hue angle of 355.24º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602126 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB963338-
CMYK00.660.600.62
HSL355.24º48.84%25.29%-
HSV(B)355.24º65.62%37.65%-
XYZ5.723.712.25-
YUV52.41119.87159.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.49%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 38 (15.23% from 255) = 22.75%
R=57.49%
G=19.76%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96333800.660.600.62355.2448.8425.29
Hex6021260423C3E1633119
Octal1404146010274765436131
Binary11000001000011001100100001011110011111010110001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602126; }

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

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

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

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

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

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

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

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