#5A232A

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

Shades of Burnt Crimson #5A232A

Tints of Burnt Crimson #5A232A

Color information

#5A232A (or 0x5A232A) is unknown color: approx Burnt Crimson. HEX triplet: 5A, 23 and 2A. RGB value is (90,35,42). Sum of RGB (Red+Green+Blue) = 90+35+42=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 35 (14.06% from 255 or 20.96% from 167); Blue value is 42 (16.80% from 255 or 25.15% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A232A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A232A is #A5DCD5. Grayscale: #343434. Windows color (decimal): -10869974 or 2761562. OLE color: 2761562.

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

Color convert

RGB903542-
CMYK00.610.530.65
HSL352.36º44%24.51%-
HSV(B)352.36º61.11%35.29%-
XYZ5.243.542.6-
YUV52.24122.22154.93-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.89%
GREEN value IS 35 (14.06% from 255) = 20.96%
BLUE value IS 42 (16.80% from 255) = 25.15%
R=53.89%
G=20.96%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90354200.610.530.65352.364424.51
Hex5A232A03D35411602c19
Octal1324352075651015405431
Binary10110101000111010100111101110101100000110110000010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A232A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,35,42); }

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

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

 a { background-color: rgb(90,35,42); }

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

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

 span { border-color: rgb(90,35,42); }

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