Html Css Color HEX #580105 Rustic Red

📋 copy color: '#580105'

red 88 ◦ green 1 ◦ blue 5

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

Shades of Rustic Red #580105

Tints of Rustic Red #580105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.06%

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

R = 93.62%
G = 1.06%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.65

RGB Variations

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

Color information

#580105 (or 0x580105) is known color: Rustic Red. HEX triplet: 58, 01 and 05. RGB value is (88,1,5). Sum of RGB (Red+Green+Blue) = 88+1+5=94 (12% of max value = 765). Red value is 88 (34.77% from 255 or 93.62% from 94); Green value is 1 (0.78% from 255 or 1.06% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 88 - color contains mainly: red. Hex color #580105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580105 is #A7FEFA. Grayscale: #1B1B1B. Windows color (decimal): -11009787 or 328024. OLE color: 328024.

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

Color convert

RGB 88 1 5 -
CMYK 0 0.99 0.94 0.65
HSL 357.24º 0.98% 0.17% -
HSV(B) 357.24º 0.99% 0.35% -
XYZ 4.06 2.11 0.34 -
YUV 27.47 115.32 171.17 -
System Red Green Blue C M Y K H S L
Decimal 88 1 5 0 0.99 0.94 0.65 357.24 0.98 0.17
Hex 58 1 5 0 63 5E 41 165 62 11
Octal 130 1 5 0 143 136 101 545 142 21
Binary 1011000 1 101 0 1100011 1011110 1000001 101100101 1100010 10001

Color Harmonies of #580105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580105

Black with #580105

Text Example


Text Example

White with #580105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580105; }

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

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

background-color css

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

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

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

border-color css

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

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

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