#580B0D

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

Shades of Burnt Crimson #580B0D

Tints of Burnt Crimson #580B0D

Color information

#580B0D (or 0x580B0D) is unknown color: approx Burnt Crimson. HEX triplet: 58, 0B and 0D. RGB value is (88,11,13). Sum of RGB (Red+Green+Blue) = 88+11+13=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 11 (4.69% from 255 or 9.82% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580B0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B0D is #A7F4F2. Grayscale: #222222. Windows color (decimal): -11007219 or 854872. OLE color: 854872.

HSL color Cylindrical-coordinate representation of color #580B0D: hue angle of 358.44º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #580B0D is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.65.

Color convert

RGB881113-
CMYK00.880.850.65
HSL358.44º77.78%19.41%-
HSV(B)358.44º87.5%34.51%-
XYZ4.222.340.61-
YUV34.25116.01166.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 78.57%
GREEN value IS 11 (4.69% from 255) = 9.82%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=78.57%
G=9.82%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88111300.880.850.65358.4477.7819.41
Hex58BD05855411664e13
Octal1301315013012510154611623
Binary1011000101111010101100010101011000001101100110100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580B0D; }

 p { color: rgb(88,11,13); }

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

<style>
 a { background-color: #580B0D; }

 a { background-color: rgb(88,11,13); }

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

<style>
 span { border-color: #580B0D; }

 span { border-color: rgb(88,11,13); }

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