Html Css Color HEX #580C12 Burnt Crimson

📋 copy color: '#580C12'

red 88 ◦ green 12 ◦ blue 18

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

Shades of Burnt Crimson #580C12

Tints of Burnt Crimson #580C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 10.17%

 BLUE value IS 18 (7.42% from 255) = 15.25%

R = 74.58%
G = 10.17%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#580C12 (or 0x580C12) is known color: Burnt Crimson. HEX triplet: 58, 0C and 12. RGB value is (88,12,18). Sum of RGB (Red+Green+Blue) = 88+12+18=118 (15% of max value = 765). Red value is 88 (34.77% from 255 or 74.58% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 18 (7.42% from 255 or 15.25% from 118); Max value from RGB is 88 - color contains mainly: red. Hex color #580C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C12 is #A7F3ED. Grayscale: #232323. Windows color (decimal): -11006958 or 1182808. OLE color: 1182808.

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

Color convert

RGB 88 12 18 -
CMYK 0 0.86 0.80 0.65
HSL 355.26º 0.76% 0.2% -
HSV(B) 355.26º 0.86% 0.35% -
XYZ 4.27 2.38 0.81 -
YUV 35.41 118.18 165.51 -
System Red Green Blue C M Y K H S L
Decimal 88 12 18 0 0.86 0.80 0.65 355.26 0.76 0.2
Hex 58 C 12 0 56 50 41 163 4C 14
Octal 130 14 22 0 126 120 101 543 114 24
Binary 1011000 1100 10010 0 1010110 1010000 1000001 101100011 1001100 10100

Color Harmonies of #580C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C12

Black with #580C12

Text Example


Text Example

White with #580C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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