#550C0D

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

Shades of Burnt Crimson #550C0D

Tints of Burnt Crimson #550C0D

Color information

#550C0D (or 0x550C0D) is unknown color: approx Burnt Crimson. HEX triplet: 55, 0C and 0D. RGB value is (85,12,13). Sum of RGB (Red+Green+Blue) = 85+12+13=110 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.27% from 110); Green value is 12 (5.08% from 255 or 10.91% from 110); Blue value is 13 (5.47% from 255 or 11.82% from 110); Max value from RGB is 85 - color contains mainly: red. Hex color #550C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550C0D is #AAF3F2. Grayscale: #222222. Windows color (decimal): -11203571 or 855125. OLE color: 855125.

HSL color Cylindrical-coordinate representation of color #550C0D: hue angle of 359.18º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #550C0D is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB851213-
CMYK00.860.850.67
HSL359.18º75.26%19.02%-
HSV(B)359.18º85.88%33.33%-
XYZ3.952.220.6-
YUV33.94116.18164.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.27%
GREEN value IS 12 (5.08% from 255) = 10.91%
BLUE value IS 13 (5.47% from 255) = 11.82%
R=77.27%
G=10.91%
B=11.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85121300.860.850.67359.1875.2619.02
Hex55CD05655431674b13
Octal1251415012612510354711323
Binary1010101110011010101011010101011000011101100111100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550C0D; }

 p { color: rgb(85,12,13); }

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

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

 a { background-color: rgb(85,12,13); }

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

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

 span { border-color: rgb(85,12,13); }

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