Html Css Color HEX #580B0C Burnt Crimson

📋 copy color: '#580B0C'

red 88 ◦ green 11 ◦ blue 12

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

Shades of Burnt Crimson #580B0C

Tints of Burnt Crimson #580B0C

RGB

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

 GREEN value IS 11 (4.69% from 255) = 9.91%

 BLUE value IS 12 (5.08% from 255) = 10.81%

R = 79.28%
G = 9.91%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#580B0C (or 0x580B0C) is known color: Burnt Crimson. HEX triplet: 58, 0B and 0C. RGB value is (88,11,12). Sum of RGB (Red+Green+Blue) = 88+11+12=111 (14% of max value = 765). Red value is 88 (34.77% from 255 or 79.28% from 111); Green value is 11 (4.69% from 255 or 9.91% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 88 - color contains mainly: red. Hex color #580B0C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B0C is #A7F4F3. Grayscale: #222222. Windows color (decimal): -11007220 or 789336. OLE color: 789336.

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

Color convert

RGB 88 11 12 -
CMYK 0 0.88 0.86 0.65
HSL 359.22º 0.78% 0.19% -
HSV(B) 359.22º 0.88% 0.35% -
XYZ 4.21 2.34 0.58 -
YUV 34.14 115.51 166.42 -
System Red Green Blue C M Y K H S L
Decimal 88 11 12 0 0.88 0.86 0.65 359.22 0.78 0.19
Hex 58 B C 0 58 56 41 167 4E 13
Octal 130 13 14 0 130 126 101 547 116 23
Binary 1011000 1011 1100 0 1011000 1010110 1000001 101100111 1001110 10011

Color Harmonies of #580B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B0C

Black with #580B0C

Text Example


Text Example

White with #580B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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