Html Css Color HEX #580B05 Red Oxide

📋 copy color: '#580B05'

red 88 ◦ green 11 ◦ blue 5

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

Shades of Red Oxide #580B05

Tints of Red Oxide #580B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.81%

R = 84.62%
G = 10.58%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580B05 (or 0x580B05) is known color: Red Oxide. HEX triplet: 58, 0B and 05. RGB value is (88,11,5). Sum of RGB (Red+Green+Blue) = 88+11+5=104 (13% of max value = 765). Red value is 88 (34.77% from 255 or 84.62% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 5 (2.34% from 255 or 4.81% from 104); Max value from RGB is 88 - color contains mainly: red. Hex color #580B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B05 is #A7F4FA. Grayscale: #212121. Windows color (decimal): -11007227 or 330584. OLE color: 330584.

HSL color Cylindrical-coordinate representation of color #580B05: hue angle of 4.34º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #580B05 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 5 -
CMYK 0 0.88 0.94 0.65
HSL 4.34º 0.89% 0.18% -
HSV(B) 4.34º 0.94% 0.35% -
XYZ 4.17 2.33 0.37 -
YUV 33.34 112.01 166.99 -
System Red Green Blue C M Y K H S L
Decimal 88 11 5 0 0.88 0.94 0.65 4.34 0.89 0.18
Hex 58 B 5 0 58 5E 41 4 59 12
Octal 130 13 5 0 130 136 101 4 131 22
Binary 1011000 1011 101 0 1011000 1011110 1000001 100 1011001 10010

Color Harmonies of #580B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B05

Black with #580B05

Text Example


Text Example

White with #580B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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