#580B09

Color #580B09 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #580B09

Tints of Red Oxide #580B09

Color information

#580B09 (or 0x580B09) is unknown color: approx 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

RGB88119-
CMYK00.880.900.65
HSL1.52º81.44%19.02%-
HSV(B)1.52º89.77%34.51%-
XYZ4.192.330.49-
YUV33.8114.01166.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.90
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8811900.880.900.651.5281.4419.02
Hex58B90585A4125113
Octal13013110130132101212123
Binary101100010111001010110001011010100000110101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>