#580C0F

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

Shades of Burnt Crimson #580C0F

Tints of Burnt Crimson #580C0F

Color information

#580C0F (or 0x580C0F) is unknown color: approx Burnt Crimson. HEX triplet: 58, 0C and 0F. RGB value is (88,12,15). Sum of RGB (Red+Green+Blue) = 88+12+15=115 (15% of max value = 765). Red value is 88 (34.77% from 255 or 76.52% from 115); Green value is 12 (5.08% from 255 or 10.43% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 88 - color contains mainly: red. Hex color #580C0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C0F is #A7F3F0. Grayscale: #232323. Windows color (decimal): -11006961 or 986200. OLE color: 986200.

HSL color Cylindrical-coordinate representation of color #580C0F: hue angle of 357.63º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #580C0F is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB881215-
CMYK00.860.830.65
HSL357.63º76%19.61%-
HSV(B)357.63º86.36%34.51%-
XYZ4.242.370.69-
YUV35.07116.68165.76-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 76.52%
GREEN value IS 12 (5.08% from 255) = 10.43%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=76.52%
G=10.43%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88121500.860.830.65357.637619.61
Hex58CF05653411664c14
Octal1301417012612310154611424
Binary1011000110011110101011010100111000001101100110100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,12,15); }

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

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

 a { background-color: rgb(88,12,15); }

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

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

 span { border-color: rgb(88,12,15); }

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