Html Css Color HEX #580F10 Burnt Crimson

📋 copy color: '#580F10'

red 88 ◦ green 15 ◦ blue 16

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

Shades of Burnt Crimson #580F10

Tints of Burnt Crimson #580F10

RGB

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

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

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

R = 73.95%
G = 12.61%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#580F10 (or 0x580F10) is known color: Burnt Crimson. HEX triplet: 58, 0F and 10. RGB value is (88,15,16). Sum of RGB (Red+Green+Blue) = 88+15+16=119 (15% of max value = 765). Red value is 88 (34.77% from 255 or 73.95% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 88 - color contains mainly: red. Hex color #580F10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580F10 is #A7F0EF. Grayscale: #252525. Windows color (decimal): -11006192 or 1052504. OLE color: 1052504.

HSL color Cylindrical-coordinate representation of color #580F10: hue angle of 359.18º 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 #580F10 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 15 16 -
CMYK 0 0.83 0.82 0.65
HSL 359.18º 0.71% 0.2% -
HSV(B) 359.18º 0.83% 0.35% -
XYZ 4.29 2.45 0.74 -
YUV 36.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 88 15 16 0 0.83 0.82 0.65 359.18 0.71 0.2
Hex 58 F 10 0 53 52 41 167 47 14
Octal 130 17 20 0 123 122 101 547 107 24
Binary 1011000 1111 10000 0 1010011 1010010 1000001 101100111 1000111 10100

Color Harmonies of #580F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580F10

Black with #580F10

Text Example


Text Example

White with #580F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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