#60191A

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

Shades of Burnt Crimson #60191A

Tints of Burnt Crimson #60191A

Color information

#60191A (or 0x60191A) is unknown color: approx Burnt Crimson. HEX triplet: 60, 19 and 1A. RGB value is (96,25,26). Sum of RGB (Red+Green+Blue) = 96+25+26=147 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.31% from 147); Green value is 25 (10.16% from 255 or 17.01% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 96 - color contains mainly: red. Hex color #60191A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #60191A is #9FE6E5. Grayscale: #2E2E2E. Windows color (decimal): -10479334 or 1710432. OLE color: 1710432.

HSL color Cylindrical-coordinate representation of color #60191A: hue angle of 359.15º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #60191A is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB962526-
CMYK00.740.730.62
HSL359.15º58.68%23.73%-
HSV(B)359.15º73.96%37.65%-
XYZ5.363.261.32-
YUV46.34116.52163.42-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.31%
GREEN value IS 25 (10.16% from 255) = 17.01%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=65.31%
G=17.01%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96252600.740.730.62359.1558.6823.73
Hex60191A04A493E1673b18
Octal14031320112111765477330
Binary1100000110011101001001010100100111111010110011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60191A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60191A; }

 p { color: rgb(96,25,26); }

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

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

 a { background-color: rgb(96,25,26); }

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

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

 span { border-color: rgb(96,25,26); }

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