#55181A

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

Shades of Burnt Crimson #55181A

Tints of Burnt Crimson #55181A

Color information

#55181A (or 0x55181A) is unknown color: approx Burnt Crimson. HEX triplet: 55, 18 and 1A. RGB value is (85,24,26). Sum of RGB (Red+Green+Blue) = 85+24+26=135 (17% of max value = 765). Red value is 85 (33.59% from 255 or 62.96% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 26 (10.55% from 255 or 19.26% from 135); Max value from RGB is 85 - color contains mainly: red. Hex color #55181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #55181A is #AAE7E5. Grayscale: #2A2A2A. Windows color (decimal): -11200486 or 1710165. OLE color: 1710165.

HSL color Cylindrical-coordinate representation of color #55181A: hue angle of 358.03º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55181A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB852426-
CMYK00.720.690.67
HSL358.03º55.96%21.37%-
HSV(B)358.03º71.76%33.33%-
XYZ4.262.661.27-
YUV42.47118.71158.34-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 62.96%
GREEN value IS 24 (9.77% from 255) = 17.78%
BLUE value IS 26 (10.55% from 255) = 19.26%
R=62.96%
G=17.78%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85242600.720.690.67358.0355.9621.37
Hex55181A04845431663815
Octal125303201101051035467025
Binary10101011100011010010010001000101100001110110011011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55181A; }

 p { color: rgb(85,24,26); }

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

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

 a { background-color: rgb(85,24,26); }

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

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

 span { border-color: rgb(85,24,26); }

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