Html Css Color HEX #580903 Red Oxide

📋 copy color: '#580903'

red 88 ◦ green 9 ◦ blue 3

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

Shades of Red Oxide #580903

Tints of Red Oxide #580903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3%

R = 88%
G = 9%
B = 3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#580903 (or 0x580903) is known color: Red Oxide. HEX triplet: 58, 09 and 03. RGB value is (88,9,3). Sum of RGB (Red+Green+Blue) = 88+9+3=100 (13% of max value = 765). Red value is 88 (34.77% from 255 or 88% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 88 - color contains mainly: red. Hex color #580903 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580903 is #A7F6FC. Grayscale: #202020. Windows color (decimal): -11007741 or 199000. OLE color: 199000.

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

Color convert

RGB 88 9 3 -
CMYK 0 0.90 0.97 0.65
HSL 4.24º 0.93% 0.18% -
HSV(B) 4.24º 0.97% 0.35% -
XYZ 4.14 2.28 0.31 -
YUV 31.94 111.67 167.99 -
System Red Green Blue C M Y K H S L
Decimal 88 9 3 0 0.90 0.97 0.65 4.24 0.93 0.18
Hex 58 9 3 0 5A 61 41 4 5D 12
Octal 130 11 3 0 132 141 101 4 135 22
Binary 1011000 1001 11 0 1011010 1100001 1000001 100 1011101 10010

Color Harmonies of #580903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580903

Black with #580903

Text Example


Text Example

White with #580903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580903; }

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

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

background-color css

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

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

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

border-color css

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

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

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