Html Css Color HEX #580C09 Red Oxide

📋 copy color: '#580C09'

red 88 ◦ green 12 ◦ blue 9

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

Shades of Red Oxide #580C09

Tints of Red Oxide #580C09

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.01%

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

R = 80.73%
G = 11.01%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#580C09 (or 0x580C09) is known color: Red Oxide. HEX triplet: 58, 0C and 09. RGB value is (88,12,9). Sum of RGB (Red+Green+Blue) = 88+12+9=109 (14% of max value = 765). Red value is 88 (34.77% from 255 or 80.73% from 109); Green value is 12 (5.08% from 255 or 11.01% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 88 - color contains mainly: red. Hex color #580C09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C09 is #A7F3F6. Grayscale: #222222. Windows color (decimal): -11006967 or 592984. OLE color: 592984.

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

Color convert

RGB 88 12 9 -
CMYK 0 0.86 0.90 0.65
HSL 2.28º 0.81% 0.19% -
HSV(B) 2.28º 0.9% 0.35% -
XYZ 4.21 2.36 0.49 -
YUV 34.38 113.68 166.24 -
System Red Green Blue C M Y K H S L
Decimal 88 12 9 0 0.86 0.90 0.65 2.28 0.81 0.19
Hex 58 C 9 0 56 5A 41 2 51 13
Octal 130 14 11 0 126 132 101 2 121 23
Binary 1011000 1100 1001 0 1010110 1011010 1000001 10 1010001 10011

Color Harmonies of #580C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C09

Black with #580C09

Text Example


Text Example

White with #580C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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