#58202A

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

Shades of Burnt Crimson #58202A

Tints of Burnt Crimson #58202A

Color information

#58202A (or 0x58202A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 20 and 2A. RGB value is (88,32,42). Sum of RGB (Red+Green+Blue) = 88+32+42=162 (21% of max value = 765). Red value is 88 (34.77% from 255 or 54.32% from 162); Green value is 32 (12.89% from 255 or 19.75% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 88 - color contains mainly: red. Hex color #58202A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58202A is #A7DFD5. Grayscale: #313131. Windows color (decimal): -11001814 or 2760792. OLE color: 2760792.

HSL color Cylindrical-coordinate representation of color #58202A: hue angle of 349.29º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58202A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB883242-
CMYK00.640.520.65
HSL349.29º46.67%23.53%-
HSV(B)349.29º63.64%34.51%-
XYZ4.963.272.56-
YUV49.88123.55155.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 54.32%
GREEN value IS 32 (12.89% from 255) = 19.75%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=54.32%
G=19.75%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88324200.640.520.65349.2946.6723.53
Hex58202A040344115d2f18
Octal13040520100641015355730
Binary101100010000010101001000000110100100000110101110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,32,42); }

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

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

 a { background-color: rgb(88,32,42); }

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

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

 span { border-color: rgb(88,32,42); }

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