#5A161C

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

Shades of Burnt Crimson #5A161C

Tints of Burnt Crimson #5A161C

Color information

#5A161C (or 0x5A161C) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 16 and 1C. RGB value is (90,22,28). Sum of RGB (Red+Green+Blue) = 90+22+28=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 22 (8.98% from 255 or 15.71% from 140); Blue value is 28 (11.33% from 255 or 20% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A161C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A161C is #A5E9E3. Grayscale: #2B2B2B. Windows color (decimal): -10873316 or 1840730. OLE color: 1840730.

HSL color Cylindrical-coordinate representation of color #5A161C: hue angle of 354.71º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5A161C is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.65.

Color convert

RGB902228-
CMYK00.760.690.65
HSL354.71º60.71%21.96%-
HSV(B)354.71º75.56%35.29%-
XYZ4.712.831.4-
YUV43.02119.53161.51-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.29%
GREEN value IS 22 (8.98% from 255) = 15.71%
BLUE value IS 28 (11.33% from 255) = 20%
R=64.29%
G=15.71%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.69
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90222800.760.690.65354.7160.7121.96
Hex5A161C04C45411633d16
Octal132263401141051015437526
Binary10110101011011100010011001000101100000110110001111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A161C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A161C; }

 p { color: rgb(90,22,28); }

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

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

 a { background-color: rgb(90,22,28); }

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

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

 span { border-color: rgb(90,22,28); }

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