Html Css Color HEX #580306 Rustic Red

📋 copy color: '#580306'

red 88 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #580306

Tints of Rustic Red #580306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.19%

R = 90.72%
G = 3.09%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#580306 (or 0x580306) is known color: Rustic Red. HEX triplet: 58, 03 and 06. RGB value is (88,3,6). Sum of RGB (Red+Green+Blue) = 88+3+6=97 (12% of max value = 765). Red value is 88 (34.77% from 255 or 90.72% from 97); Green value is 3 (1.56% from 255 or 3.09% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 88 - color contains mainly: red. Hex color #580306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580306 is #A7FCF9. Grayscale: #1C1C1C. Windows color (decimal): -11009274 or 394072. OLE color: 394072.

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

Color convert

RGB 88 3 6 -
CMYK 0 0.97 0.93 0.65
HSL 357.88º 0.93% 0.18% -
HSV(B) 357.88º 0.97% 0.35% -
XYZ 4.09 2.15 0.37 -
YUV 28.76 115.16 170.26 -
System Red Green Blue C M Y K H S L
Decimal 88 3 6 0 0.97 0.93 0.65 357.88 0.93 0.18
Hex 58 3 6 0 61 5D 41 166 5D 12
Octal 130 3 6 0 141 135 101 546 135 22
Binary 1011000 11 110 0 1100001 1011101 1000001 101100110 1011101 10010

Color Harmonies of #580306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580306

Black with #580306

Text Example


Text Example

White with #580306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580306; }

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

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

background-color css

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

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

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

border-color css

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

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

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