Html Css Color HEX #580D10 Burnt Crimson

📋 copy color: '#580D10'

red 88 ◦ green 13 ◦ blue 16

#580D10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Crimson #580D10

Tints of Burnt Crimson #580D10

RGB

 RED value IS 88 (34.77% from 255) = 75.21%

 GREEN value IS 13 (5.47% from 255) = 11.11%

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 75.21%
G = 11.11%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#580D10 (or 0x580D10) is known color: Burnt Crimson. HEX triplet: 58, 0D and 10. RGB value is (88,13,16). Sum of RGB (Red+Green+Blue) = 88+13+16=117 (15% of max value = 765). Red value is 88 (34.77% from 255 or 75.21% from 117); Green value is 13 (5.47% from 255 or 11.11% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 88 - color contains mainly: red. Hex color #580D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D10 is #A7F2EF. Grayscale: #232323. Windows color (decimal): -11006704 or 1051992. OLE color: 1051992.

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

Color convert

RGB 88 13 16 -
CMYK 0 0.85 0.82 0.65
HSL 357.6º 0.74% 0.2% -
HSV(B) 357.6º 0.85% 0.35% -
XYZ 4.26 2.4 0.73 -
YUV 35.77 116.85 165.26 -
System Red Green Blue C M Y K H S L
Decimal 88 13 16 0 0.85 0.82 0.65 357.6 0.74 0.2
Hex 58 D 10 0 55 52 41 166 4A 14
Octal 130 15 20 0 125 122 101 546 112 24
Binary 1011000 1101 10000 0 1010101 1010010 1000001 101100110 1001010 10100

Color Harmonies of #580D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D10

Black with #580D10

Text Example


Text Example

White with #580D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #580D10;
 }
 .AnyTagClassName
 {
   color: #580D10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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