#601A1B

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

Shades of Burnt Crimson #601A1B

Tints of Burnt Crimson #601A1B

Color information

#601A1B (or 0x601A1B) is unknown color: approx Burnt Crimson. HEX triplet: 60, 1A and 1B. RGB value is (96,26,27). Sum of RGB (Red+Green+Blue) = 96+26+27=149 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64.43% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 96 - color contains mainly: red. Hex color #601A1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601A1B is #9FE5E4. Grayscale: #2F2F2F. Windows color (decimal): -10479077 or 1776224. OLE color: 1776224.

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

Color convert

RGB962627-
CMYK00.730.720.62
HSL359.14º57.38%23.92%-
HSV(B)359.14º72.92%37.65%-
XYZ5.393.31.39-
YUV47.04116.69162.92-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64.43%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=64.43%
G=17.45%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96262700.730.720.62359.1457.3823.92
Hex601A1B049483E1673918
Octal14032330111110765477130
Binary1100000110101101101001001100100011111010110011111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601A1B; }

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

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

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

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

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

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

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

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