Html Css Color HEX #580005 Rustic Red

📋 copy color: '#580005'

red 88 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #580005

Tints of Rustic Red #580005

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.62%
G = 0%
B = 5.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580005 (or 0x580005) is known color: Rustic Red. HEX triplet: 58, 00 and 05. RGB value is (88,0,5). Sum of RGB (Red+Green+Blue) = 88+0+5=93 (12% of max value = 765). Red value is 88 (34.77% from 255 or 94.62% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 88 - color contains mainly: red. Hex color #580005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580005 is #A7FFFA. Grayscale: #1A1A1A. Windows color (decimal): -11010043 or 327768. OLE color: 327768.

HSL color Cylindrical-coordinate representation of color #580005: hue angle of 356.59º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #580005 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 0 5 -
CMYK 0 1 0.94 0.65
HSL 356.59º 1% 0.17% -
HSV(B) 356.59º 1% 0.35% -
XYZ 4.05 2.09 0.33 -
YUV 26.88 115.65 171.59 -
System Red Green Blue C M Y K H S L
Decimal 88 0 5 0 1 0.94 0.65 356.59 1 0.17
Hex 58 0 5 0 64 5E 41 165 64 11
Octal 130 0 5 0 144 136 101 545 144 21
Binary 1011000 0 101 0 1100100 1011110 1000001 101100101 1100100 10001

Color Harmonies of #580005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580005

Black with #580005

Text Example


Text Example

White with #580005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580005; }

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

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

background-color css

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

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

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

border-color css

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

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

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