Html Css Color HEX #580F13 Burnt Crimson

📋 copy color: '#580F13'

red 88 ◦ green 15 ◦ blue 19

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

Shades of Burnt Crimson #580F13

Tints of Burnt Crimson #580F13

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.3%

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 72.13%
G = 12.3%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#580F13 (or 0x580F13) is known color: Burnt Crimson. HEX triplet: 58, 0F and 13. RGB value is (88,15,19). Sum of RGB (Red+Green+Blue) = 88+15+19=122 (16% of max value = 765). Red value is 88 (34.77% from 255 or 72.13% from 122); Green value is 15 (6.25% from 255 or 12.30% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 88 - color contains mainly: red. Hex color #580F13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F13 is #A7F0EC. Grayscale: #252525. Windows color (decimal): -11006189 or 1249112. OLE color: 1249112.

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

Color convert

RGB 88 15 19 -
CMYK 0 0.83 0.78 0.65
HSL 356.71º 0.71% 0.2% -
HSV(B) 356.71º 0.83% 0.35% -
XYZ 4.31 2.46 0.86 -
YUV 37.28 117.68 164.17 -
System Red Green Blue C M Y K H S L
Decimal 88 15 19 0 0.83 0.78 0.65 356.71 0.71 0.2
Hex 58 F 13 0 53 4E 41 165 47 14
Octal 130 17 23 0 123 116 101 545 107 24
Binary 1011000 1111 10011 0 1010011 1001110 1000001 101100101 1000111 10100

Color Harmonies of #580F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F13

Black with #580F13

Text Example


Text Example

White with #580F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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