#602226

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

Shades of Burnt Crimson #602226

Tints of Burnt Crimson #602226

Color information

#602226 (or 0x602226) is unknown color: approx Burnt Crimson. HEX triplet: 60, 22 and 26. RGB value is (96,34,38). Sum of RGB (Red+Green+Blue) = 96+34+38=168 (22% of max value = 765). Red value is 96 (37.89% from 255 or 57.14% from 168); Green value is 34 (13.67% from 255 or 20.24% from 168); Blue value is 38 (15.23% from 255 or 22.62% from 168); Max value from RGB is 96 - color contains mainly: red. Hex color #602226 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #602226 is #9FDDD9. Grayscale: #353535. Windows color (decimal): -10477018 or 2499168. OLE color: 2499168.

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

Color convert

RGB963438-
CMYK00.650.600.62
HSL356.13º47.69%25.49%-
HSV(B)356.13º64.58%37.65%-
XYZ5.753.772.26-
YUV52.99119.54158.67-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 20.24%
BLUE value IS 38 (15.23% from 255) = 22.62%
R=57.14%
G=20.24%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96343800.650.600.62356.1347.6925.49
Hex6022260413C3E1643019
Octal1404246010174765446031
Binary11000001000101001100100000111110011111010110010011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602226; }

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

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

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

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

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

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

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

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