Html Css Color HEX #580C07 Red Oxide

📋 copy color: '#580C07'

red 88 ◦ green 12 ◦ blue 7

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

Shades of Red Oxide #580C07

Tints of Red Oxide #580C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.54%

R = 82.24%
G = 11.21%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#580C07 (or 0x580C07) is known color: Red Oxide. HEX triplet: 58, 0C and 07. RGB value is (88,12,7). Sum of RGB (Red+Green+Blue) = 88+12+7=107 (14% of max value = 765). Red value is 88 (34.77% from 255 or 82.24% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 7 (3.12% from 255 or 6.54% from 107); Max value from RGB is 88 - color contains mainly: red. Hex color #580C07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C07 is #A7F3F8. Grayscale: #222222. Windows color (decimal): -11006969 or 461912. OLE color: 461912.

HSL color Cylindrical-coordinate representation of color #580C07: hue angle of 3.7º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #580C07 is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 12 7 -
CMYK 0 0.86 0.92 0.65
HSL 3.7º 0.85% 0.19% -
HSV(B) 3.7º 0.92% 0.35% -
XYZ 4.19 2.35 0.43 -
YUV 34.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 88 12 7 0 0.86 0.92 0.65 3.7 0.85 0.19
Hex 58 C 7 0 56 5C 41 4 55 13
Octal 130 14 7 0 126 134 101 4 125 23
Binary 1011000 1100 111 0 1010110 1011100 1000001 100 1010101 10011

Color Harmonies of #580C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C07

Black with #580C07

Text Example


Text Example

White with #580C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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