Html Css Color HEX #580305 Rustic Red

📋 copy color: '#580305'

red 88 ◦ green 3 ◦ blue 5

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

Shades of Rustic Red #580305

Tints of Rustic Red #580305

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

 BLUE value IS 5 (2.34% from 255) = 5.21%

R = 91.67%
G = 3.13%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580305 (or 0x580305) is known color: Rustic Red. HEX triplet: 58, 03 and 05. RGB value is (88,3,5). Sum of RGB (Red+Green+Blue) = 88+3+5=96 (12% of max value = 765). Red value is 88 (34.77% from 255 or 91.67% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 88 - color contains mainly: red. Hex color #580305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580305 is #A7FCFA. Grayscale: #1C1C1C. Windows color (decimal): -11009275 or 328536. OLE color: 328536.

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

Color convert

RGB 88 3 5 -
CMYK 0 0.97 0.94 0.65
HSL 358.59º 0.93% 0.18% -
HSV(B) 358.59º 0.97% 0.35% -
XYZ 4.08 2.15 0.34 -
YUV 28.64 114.66 170.34 -
System Red Green Blue C M Y K H S L
Decimal 88 3 5 0 0.97 0.94 0.65 358.59 0.93 0.18
Hex 58 3 5 0 61 5E 41 167 5D 12
Octal 130 3 5 0 141 136 101 547 135 22
Binary 1011000 11 101 0 1100001 1011110 1000001 101100111 1011101 10010

Color Harmonies of #580305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580305

Black with #580305

Text Example


Text Example

White with #580305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580305; }

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

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

background-color css

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

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

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

border-color css

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

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

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