#551012

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

Shades of Burnt Crimson #551012

Tints of Burnt Crimson #551012

Color information

#551012 (or 0x551012) is unknown color: approx Burnt Crimson. HEX triplet: 55, 10 and 12. RGB value is (85,16,18). Sum of RGB (Red+Green+Blue) = 85+16+18=119 (15% of max value = 765). Red value is 85 (33.59% from 255 or 71.43% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 18 (7.42% from 255 or 15.13% from 119); Max value from RGB is 85 - color contains mainly: red. Hex color #551012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551012 is #AAEFED. Grayscale: #242424. Windows color (decimal): -11202542 or 1183829. OLE color: 1183829.

HSL color Cylindrical-coordinate representation of color #551012: hue angle of 358.26º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551012 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB851618-
CMYK00.810.790.67
HSL358.26º68.32%19.8%-
HSV(B)358.26º81.18%33.33%-
XYZ4.042.350.81-
YUV36.86117.36162.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 71.43%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 18 (7.42% from 255) = 15.13%
R=71.43%
G=13.45%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85161800.810.790.67358.2668.3219.8
Hex5510120514F431664414
Octal1252022012111710354610424
Binary101010110000100100101000110011111000011101100110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551012; }

 p { color: rgb(85,16,18); }

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

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

 a { background-color: rgb(85,16,18); }

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

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

 span { border-color: rgb(85,16,18); }

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