#58181A

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

Shades of Burnt Crimson #58181A

Tints of Burnt Crimson #58181A

Color information

#58181A (or 0x58181A) is unknown color: approx Burnt Crimson. HEX triplet: 58, 18 and 1A. RGB value is (88,24,26). Sum of RGB (Red+Green+Blue) = 88+24+26=138 (18% of max value = 765). Red value is 88 (34.77% from 255 or 63.77% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 88 - color contains mainly: red. Hex color #58181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58181A is #A7E7E5. Grayscale: #2B2B2B. Windows color (decimal): -11003878 or 1710168. OLE color: 1710168.

HSL color Cylindrical-coordinate representation of color #58181A: hue angle of 358.12º degrees, saturation: 0.57, 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 #58181A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB882426-
CMYK00.730.700.65
HSL358.12º57.14%21.96%-
HSV(B)358.12º72.73%34.51%-
XYZ4.542.81.28-
YUV43.36118.2159.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 63.77%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=63.77%
G=17.39%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88242600.730.700.65358.1257.1421.96
Hex58181A04946411663916
Octal130303201111061015467126
Binary10110001100011010010010011000110100000110110011011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58181A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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