Html Css Color HEX #580307 Rustic Red

📋 copy color: '#580307'

red 88 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #580307

Tints of Rustic Red #580307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 7.14%

R = 89.8%
G = 3.06%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#580307 (or 0x580307) is known color: Rustic Red. HEX triplet: 58, 03 and 07. RGB value is (88,3,7). Sum of RGB (Red+Green+Blue) = 88+3+7=98 (12% of max value = 765). Red value is 88 (34.77% from 255 or 89.80% from 98); Green value is 3 (1.56% from 255 or 3.06% from 98); Blue value is 7 (3.12% from 255 or 7.14% from 98); Max value from RGB is 88 - color contains mainly: red. Hex color #580307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #580307 is #A7FCF8. Grayscale: #1C1C1C. Windows color (decimal): -11009273 or 459608. OLE color: 459608.

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

Color convert

RGB 88 3 7 -
CMYK 0 0.97 0.92 0.65
HSL 357.18º 0.93% 0.18% -
HSV(B) 357.18º 0.97% 0.35% -
XYZ 4.1 2.16 0.4 -
YUV 28.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 88 3 7 0 0.97 0.92 0.65 357.18 0.93 0.18
Hex 58 3 7 0 61 5C 41 165 5D 12
Octal 130 3 7 0 141 134 101 545 135 22
Binary 1011000 11 111 0 1100001 1011100 1000001 101100101 1011101 10010

Color Harmonies of #580307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #580307

Black with #580307

Text Example


Text Example

White with #580307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #580307; }

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

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

background-color css

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

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

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

border-color css

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

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

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