#5A181A

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

Shades of Burnt Crimson #5A181A

Tints of Burnt Crimson #5A181A

Color information

#5A181A (or 0x5A181A) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 18 and 1A. RGB value is (90,24,26). Sum of RGB (Red+Green+Blue) = 90+24+26=140 (18% of max value = 765). Red value is 90 (35.55% from 255 or 64.29% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 90 - color contains mainly: red. Hex color #5A181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A181A is #A5E7E5. Grayscale: #2C2C2C. Windows color (decimal): -10872806 or 1710170. OLE color: 1710170.

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

Color convert

RGB902426-
CMYK00.730.710.65
HSL358.18º57.89%22.35%-
HSV(B)358.18º73.33%35.29%-
XYZ4.732.91.29-
YUV43.96117.87160.84-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 64.29%
GREEN value IS 24 (9.77% from 255) = 17.14%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=64.29%
G=17.14%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90242600.730.710.65358.1857.8922.35
Hex5A181A04947411663a16
Octal132303201111071015467226
Binary10110101100011010010010011000111100000110110011011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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