#580102

Color #580102 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #580102

Tints of Rustic Red #580102

Color information

#580102 (or 0x580102) is unknown color: approx Rustic Red. HEX triplet: 58, 01 and 02. RGB value is (88,1,2). Sum of RGB (Red+Green+Blue) = 88+1+2=91 (12% of max value = 765). Red value is 88 (34.77% from 255 or 96.70% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 88 - color contains mainly: red. Hex color #580102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580102 is #A7FEFD. Grayscale: #1B1B1B. Windows color (decimal): -11009790 or 131416. OLE color: 131416.

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

Color convert

RGB8812-
CMYK00.990.980.65
HSL359.31º97.75%17.45%-
HSV(B)359.31º98.86%34.51%-
XYZ4.052.10.25-
YUV27.13113.82171.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 96.70%
GREEN value IS 1 (0.78% from 255) = 1.10%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=96.70%
G=1.10%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.98
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal881200.990.980.65359.3197.7517.45
Hex581206362411676211
Octal13012014314210154714221
Binary10110001100110001111000101000001101100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #580102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #580102; }

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

 H1.HeaderClassName
 {
   color: #580102;
 }
 .AnyTagClassName
 {
   color: #580102;
 }
</style>
background-color css

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

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

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

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

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

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