#551B1C

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

Shades of Burnt Crimson #551B1C

Tints of Burnt Crimson #551B1C

Color information

#551B1C (or 0x551B1C) is unknown color: approx Burnt Crimson. HEX triplet: 55, 1B and 1C. RGB value is (85,27,28). Sum of RGB (Red+Green+Blue) = 85+27+28=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 27 (10.94% from 255 or 19.29% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #551B1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #551B1C is #AAE4E3. Grayscale: #2C2C2C. Windows color (decimal): -11199716 or 1842005. OLE color: 1842005.

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

Color convert

RGB852728-
CMYK00.680.670.67
HSL358.97º51.79%21.96%-
HSV(B)358.97º68.24%33.33%-
XYZ4.352.81.41-
YUV44.46118.72156.92-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 27 (10.94% from 255) = 19.29%
BLUE value IS 28 (11.33% from 255) = 20%
R=60.71%
G=19.29%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85272800.680.670.67358.9751.7921.96
Hex551B1C04443431673416
Octal125333401041031035476426
Binary10101011101111100010001001000011100001110110011111010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B1C; }

 p { color: rgb(85,27,28); }

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

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

 a { background-color: rgb(85,27,28); }

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

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

 span { border-color: rgb(85,27,28); }

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