Html Css Color HEX #580D0B Red Oxide

📋 copy color: '#580D0B'

red 88 ◦ green 13 ◦ blue 11

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

Shades of Red Oxide #580D0B

Tints of Red Oxide #580D0B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.61%

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

R = 78.57%
G = 11.61%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.65

RGB Variations

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

Color information

#580D0B (or 0x580D0B) is known color: Red Oxide. HEX triplet: 58, 0D and 0B. RGB value is (88,13,11). Sum of RGB (Red+Green+Blue) = 88+13+11=112 (14% of max value = 765). Red value is 88 (34.77% from 255 or 78.57% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 11 (4.69% from 255 or 9.82% from 112); Max value from RGB is 88 - color contains mainly: red. Hex color #580D0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580D0B is #A7F2F4. Grayscale: #232323. Windows color (decimal): -11006709 or 724312. OLE color: 724312.

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

Color convert

RGB 88 13 11 -
CMYK 0 0.85 0.88 0.65
HSL 1.56º 0.78% 0.19% -
HSV(B) 1.56º 0.88% 0.35% -
XYZ 4.23 2.39 0.55 -
YUV 35.2 114.35 165.66 -
System Red Green Blue C M Y K H S L
Decimal 88 13 11 0 0.85 0.88 0.65 1.56 0.78 0.19
Hex 58 D B 0 55 58 41 2 4E 13
Octal 130 15 13 0 125 130 101 2 116 23
Binary 1011000 1101 1011 0 1010101 1011000 1000001 10 1001110 10011

Color Harmonies of #580D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580D0B

Black with #580D0B

Text Example


Text Example

White with #580D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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