Html Css Color HEX #580E0B Red Oxide

📋 copy color: '#580E0B'

red 88 ◦ green 14 ◦ blue 11

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

Shades of Red Oxide #580E0B

Tints of Red Oxide #580E0B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 12.39%

 BLUE value IS 11 (4.69% from 255) = 9.73%

R = 77.88%
G = 12.39%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#580E0B (or 0x580E0B) is known color: Red Oxide. HEX triplet: 58, 0E and 0B. RGB value is (88,14,11). Sum of RGB (Red+Green+Blue) = 88+14+11=113 (14% of max value = 765). Red value is 88 (34.77% from 255 or 77.88% from 113); Green value is 14 (5.86% from 255 or 12.39% from 113); Blue value is 11 (4.69% from 255 or 9.73% from 113); Max value from RGB is 88 - color contains mainly: red. Hex color #580E0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580E0B is #A7F1F4. Grayscale: #232323. Windows color (decimal): -11006453 or 724568. OLE color: 724568.

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

Color convert

RGB 88 14 11 -
CMYK 0 0.84 0.88 0.65
HSL 2.34º 0.78% 0.19% -
HSV(B) 2.34º 0.88% 0.35% -
XYZ 4.24 2.41 0.56 -
YUV 35.78 114.02 165.24 -
System Red Green Blue C M Y K H S L
Decimal 88 14 11 0 0.84 0.88 0.65 2.34 0.78 0.19
Hex 58 E B 0 54 58 41 2 4E 13
Octal 130 16 13 0 124 130 101 2 116 23
Binary 1011000 1110 1011 0 1010100 1011000 1000001 10 1001110 10011

Color Harmonies of #580E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580E0B

Black with #580E0B

Text Example


Text Example

White with #580E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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