Html Css Color HEX #580B09 Red Oxide

📋 copy color: '#580B09'

red 88 ◦ green 11 ◦ blue 9

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

Shades of Red Oxide #580B09

Tints of Red Oxide #580B09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.33%

R = 81.48%
G = 10.19%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#580B09 (or 0x580B09) is known color: Red Oxide. HEX triplet: 58, 0B and 09. RGB value is (88,11,9). Sum of RGB (Red+Green+Blue) = 88+11+9=108 (14% of max value = 765). Red value is 88 (34.77% from 255 or 81.48% from 108); Green value is 11 (4.69% from 255 or 10.19% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 88 - color contains mainly: red. Hex color #580B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580B09 is #A7F4F6. Grayscale: #212121. Windows color (decimal): -11007223 or 592728. OLE color: 592728.

HSL color Cylindrical-coordinate representation of color #580B09: hue angle of 1.52º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #580B09 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 11 9 -
CMYK 0 0.88 0.90 0.65
HSL 1.52º 0.81% 0.19% -
HSV(B) 1.52º 0.9% 0.35% -
XYZ 4.19 2.33 0.49 -
YUV 33.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 88 11 9 0 0.88 0.90 0.65 1.52 0.81 0.19
Hex 58 B 9 0 58 5A 41 2 51 13
Octal 130 13 11 0 130 132 101 2 121 23
Binary 1011000 1011 1001 0 1011000 1011010 1000001 10 1010001 10011

Color Harmonies of #580B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580B09

Black with #580B09

Text Example


Text Example

White with #580B09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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