Html Css Color HEX #580603 Red Oxide

📋 copy color: '#580603'

red 88 ◦ green 6 ◦ blue 3

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

Shades of Red Oxide #580603

Tints of Red Oxide #580603

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.19%

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

R = 90.72%
G = 6.19%
B = 3.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#580603 (or 0x580603) is known color: Red Oxide. HEX triplet: 58, 06 and 03. RGB value is (88,6,3). Sum of RGB (Red+Green+Blue) = 88+6+3=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 3 (1.56% from 255 or 3.09% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580603 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580603 is #A7F9FC. Grayscale: #1E1E1E. Windows color (decimal): -11008509 or 198232. OLE color: 198232.

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

Color convert

RGB 88 6 3 -
CMYK 0 0.93 0.97 0.65
HSL 2.12º 0.93% 0.18% -
HSV(B) 2.12º 0.97% 0.35% -
XYZ 4.11 2.21 0.3 -
YUV 30.18 112.67 169.24 -
System Red Green Blue C M Y K H S L
Decimal 88 6 3 0 0.93 0.97 0.65 2.12 0.93 0.18
Hex 58 6 3 0 5D 61 41 2 5D 12
Octal 130 6 3 0 135 141 101 2 135 22
Binary 1011000 110 11 0 1011101 1100001 1000001 10 1011101 10010

Color Harmonies of #580603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580603

Black with #580603

Text Example


Text Example

White with #580603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580603; }

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

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

background-color css

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

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

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

border-color css

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

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

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