#550B0D

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

Shades of Burnt Crimson #550B0D

Tints of Burnt Crimson #550B0D

Color information

#550B0D (or 0x550B0D) is unknown color: approx Burnt Crimson. HEX triplet: 55, 0B and 0D. RGB value is (85,11,13). Sum of RGB (Red+Green+Blue) = 85+11+13=109 (14% of max value = 765). Red value is 85 (33.59% from 255 or 77.98% from 109); Green value is 11 (4.69% from 255 or 10.09% from 109); Blue value is 13 (5.47% from 255 or 11.93% from 109); Max value from RGB is 85 - color contains mainly: red. Hex color #550B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #550B0D is #AAF4F2. Grayscale: #212121. Windows color (decimal): -11203827 or 854869. OLE color: 854869.

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

Color convert

RGB851113-
CMYK00.870.850.67
HSL358.38º77.08%18.82%-
HSV(B)358.38º87.06%33.33%-
XYZ3.942.20.6-
YUV33.35116.52164.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 77.98%
GREEN value IS 11 (4.69% from 255) = 10.09%
BLUE value IS 13 (5.47% from 255) = 11.93%
R=77.98%
G=10.09%
B=11.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85111300.870.850.67358.3877.0818.82
Hex55BD05755431664d13
Octal1251315012712510354611523
Binary1010101101111010101011110101011000011101100110100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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