Html Css Color HEX #580902 Red Oxide

📋 copy color: '#580902'

red 88 ◦ green 9 ◦ blue 2

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

Shades of Red Oxide #580902

Tints of Red Oxide #580902

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 88.89%
G = 9.09%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#580902 (or 0x580902) is known color: Red Oxide. HEX triplet: 58, 09 and 02. RGB value is (88,9,2). Sum of RGB (Red+Green+Blue) = 88+9+2=99 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88.89% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 88 - color contains mainly: red. Hex color #580902 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580902 is #A7F6FD. Grayscale: #1F1F1F. Windows color (decimal): -11007742 or 133464. OLE color: 133464.

HSL color Cylindrical-coordinate representation of color #580902: hue angle of 4.88º 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 #580902 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 9 2 -
CMYK 0 0.90 0.98 0.65
HSL 4.88º 0.96% 0.18% -
HSV(B) 4.88º 0.98% 0.35% -
XYZ 4.13 2.27 0.28 -
YUV 31.82 111.17 168.07 -
System Red Green Blue C M Y K H S L
Decimal 88 9 2 0 0.90 0.98 0.65 4.88 0.96 0.18
Hex 58 9 2 0 5A 62 41 5 60 12
Octal 130 11 2 0 132 142 101 5 140 22
Binary 1011000 1001 10 0 1011010 1100010 1000001 101 1100000 10010

Color Harmonies of #580902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580902

Black with #580902

Text Example


Text Example

White with #580902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580902; }

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

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

background-color css

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

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

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

border-color css

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

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

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