Html Css Color HEX #580102 Rustic Red

📋 copy color: '#580102'

red 88 ◦ green 1 ◦ blue 2

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

Shades of Rustic Red #580102

Tints of Rustic Red #580102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.2%

R = 96.7%
G = 1.1%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.65

RGB Variations

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

Color information

#580102 (or 0x580102) is known color: 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

RGB 88 1 2 -
CMYK 0 0.99 0.98 0.65
HSL 359.31º 0.98% 0.17% -
HSV(B) 359.31º 0.99% 0.35% -
XYZ 4.05 2.1 0.25 -
YUV 27.13 113.82 171.42 -
System Red Green Blue C M Y K H S L
Decimal 88 1 2 0 0.99 0.98 0.65 359.31 0.98 0.17
Hex 58 1 2 0 63 62 41 167 62 11
Octal 130 1 2 0 143 142 101 547 142 21
Binary 1011000 1 10 0 1100011 1100010 1000001 101100111 1100010 10001

Color Harmonies of #580102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580102

Black with #580102

Text Example


Text Example

White with #580102

Text Example


Text Example

HTML Codes & Css Web 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>