Html Css Color HEX #580502 Red Oxide

📋 copy color: '#580502'

red 88 ◦ green 5 ◦ blue 2

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

Shades of Red Oxide #580502

Tints of Red Oxide #580502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.11%

R = 92.63%
G = 5.26%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#580502 (or 0x580502) is known color: Red Oxide. HEX triplet: 58, 05 and 02. RGB value is (88,5,2). Sum of RGB (Red+Green+Blue) = 88+5+2=95 (12% of max value = 765). Red value is 88 (34.77% from 255 or 92.63% from 95); Green value is 5 (2.34% from 255 or 5.26% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 88 - color contains mainly: red. Hex color #580502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580502 is #A7FAFD. Grayscale: #1D1D1D. Windows color (decimal): -11008766 or 132440. OLE color: 132440.

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

Color convert

RGB 88 5 2 -
CMYK 0 0.94 0.98 0.65
HSL 2.09º 0.96% 0.18% -
HSV(B) 2.09º 0.98% 0.35% -
XYZ 4.09 2.19 0.26 -
YUV 29.48 112.5 169.74 -
System Red Green Blue C M Y K H S L
Decimal 88 5 2 0 0.94 0.98 0.65 2.09 0.96 0.18
Hex 58 5 2 0 5E 62 41 2 60 12
Octal 130 5 2 0 136 142 101 2 140 22
Binary 1011000 101 10 0 1011110 1100010 1000001 10 1100000 10010

Color Harmonies of #580502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580502

Black with #580502

Text Example


Text Example

White with #580502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580502; }

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

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

background-color css

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

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

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

border-color css

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

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

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