Html Css Color HEX #580500 Red Oxide

📋 copy color: '#580500'

red 88 ◦ green 5 ◦ blue 0

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

Shades of Red Oxide #580500

Tints of Red Oxide #580500

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.62%
G = 5.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.65

RGB Variations

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

Color information

#580500 (or 0x580500) is known color: Red Oxide. HEX triplet: 58, 05 and 00. RGB value is (88,5,0). Sum of RGB (Red+Green+Blue) = 88+5+0=93 (12% of max value = 765). Red value is 88 (34.77% from 255 or 94.62% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 88 - color contains mainly: red. Hex color #580500 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580500 is #A7FAFF. Grayscale: #1D1D1D. Windows color (decimal): -11008768 or 1368. OLE color: 1368.

HSL color Cylindrical-coordinate representation of color #580500: hue angle of 3.41º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580500 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 5 0 -
CMYK 0 0.94 1 0.65
HSL 3.41º 1% 0.17% -
HSV(B) 3.41º 1% 0.35% -
XYZ 4.08 2.18 0.21 -
YUV 29.25 111.5 169.91 -
System Red Green Blue C M Y K H S L
Decimal 88 5 0 0 0.94 1 0.65 3.41 1 0.17
Hex 58 5 0 0 5E 64 41 3 64 11
Octal 130 5 0 0 136 144 101 3 144 21
Binary 1011000 101 0 0 1011110 1100100 1000001 11 1100100 10001

Color Harmonies of #580500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580500

Black with #580500

Text Example


Text Example

White with #580500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580500; }

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

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

background-color css

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

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

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

border-color css

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

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

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