Html Css Color HEX #580501 Red Oxide

📋 copy color: '#580501'

red 88 ◦ green 5 ◦ blue 1

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

Shades of Red Oxide #580501

Tints of Red Oxide #580501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.06%

R = 93.62%
G = 5.32%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#580501 (or 0x580501) is known color: Red Oxide. HEX triplet: 58, 05 and 01. RGB value is (88,5,1). Sum of RGB (Red+Green+Blue) = 88+5+1=94 (12% of max value = 765). Red value is 88 (34.77% from 255 or 93.62% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 88 - color contains mainly: red. Hex color #580501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580501 is #A7FAFE. Grayscale: #1D1D1D. Windows color (decimal): -11008767 or 66904. OLE color: 66904.

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

Color convert

RGB 88 5 1 -
CMYK 0 0.94 0.99 0.65
HSL 2.76º 0.98% 0.17% -
HSV(B) 2.76º 0.99% 0.35% -
XYZ 4.08 2.19 0.24 -
YUV 29.36 112 169.83 -
System Red Green Blue C M Y K H S L
Decimal 88 5 1 0 0.94 0.99 0.65 2.76 0.98 0.17
Hex 58 5 1 0 5E 63 41 3 62 11
Octal 130 5 1 0 136 143 101 3 142 21
Binary 1011000 101 1 0 1011110 1100011 1000001 11 1100010 10001

Color Harmonies of #580501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580501

Black with #580501

Text Example


Text Example

White with #580501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580501; }

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

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

background-color css

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

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

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

border-color css

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

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

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