Html Css Color HEX #580203 Rustic Red

📋 copy color: '#580203'

red 88 ◦ green 2 ◦ blue 3

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

Shades of Rustic Red #580203

Tints of Rustic Red #580203

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

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

R = 94.62%
G = 2.15%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#580203 (or 0x580203) is known color: Rustic Red. HEX triplet: 58, 02 and 03. RGB value is (88,2,3). Sum of RGB (Red+Green+Blue) = 88+2+3=93 (12% of max value = 765). Red value is 88 (34.77% from 255 or 94.62% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 88 - color contains mainly: red. Hex color #580203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580203 is #A7FDFC. Grayscale: #1B1B1B. Windows color (decimal): -11009533 or 197208. OLE color: 197208.

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

Color convert

RGB 88 2 3 -
CMYK 0 0.98 0.97 0.65
HSL 359.3º 0.96% 0.18% -
HSV(B) 359.3º 0.98% 0.35% -
XYZ 4.06 2.12 0.28 -
YUV 27.83 113.99 170.92 -
System Red Green Blue C M Y K H S L
Decimal 88 2 3 0 0.98 0.97 0.65 359.3 0.96 0.18
Hex 58 2 3 0 62 61 41 167 60 12
Octal 130 2 3 0 142 141 101 547 140 22
Binary 1011000 10 11 0 1100010 1100001 1000001 101100111 1100000 10010

Color Harmonies of #580203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580203

Black with #580203

Text Example


Text Example

White with #580203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580203; }

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

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

background-color css

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

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

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

border-color css

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

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

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