Html Css Color HEX #580C05 Red Oxide

📋 copy color: '#580C05'

red 88 ◦ green 12 ◦ blue 5

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

Shades of Red Oxide #580C05

Tints of Red Oxide #580C05

RGB

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

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

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

R = 83.81%
G = 11.43%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580C05 (or 0x580C05) is known color: Red Oxide. HEX triplet: 58, 0C and 05. RGB value is (88,12,5). Sum of RGB (Red+Green+Blue) = 88+12+5=105 (13% of max value = 765). Red value is 88 (34.77% from 255 or 83.81% from 105); Green value is 12 (5.08% from 255 or 11.43% from 105); Blue value is 5 (2.34% from 255 or 4.76% from 105); Max value from RGB is 88 - color contains mainly: red. Hex color #580C05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580C05 is #A7F3FA. Grayscale: #222222. Windows color (decimal): -11006971 or 330840. OLE color: 330840.

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

Color convert

RGB 88 12 5 -
CMYK 0 0.86 0.94 0.65
HSL 5.06º 0.89% 0.18% -
HSV(B) 5.06º 0.94% 0.35% -
XYZ 4.18 2.35 0.38 -
YUV 33.93 111.68 166.57 -
System Red Green Blue C M Y K H S L
Decimal 88 12 5 0 0.86 0.94 0.65 5.06 0.89 0.18
Hex 58 C 5 0 56 5E 41 5 59 12
Octal 130 14 5 0 126 136 101 5 131 22
Binary 1011000 1100 101 0 1010110 1011110 1000001 101 1011001 10010

Color Harmonies of #580C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580C05

Black with #580C05

Text Example


Text Example

White with #580C05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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