Html Css Color HEX #480711 Rustic Red

📋 copy color: '#480711'

red 72 ◦ green 7 ◦ blue 17

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

Shades of Rustic Red #480711

Tints of Rustic Red #480711

RGB

 RED value IS 72 (28.52% from 255) = 75%

 GREEN value IS 7 (3.13% from 255) = 7.29%

 BLUE value IS 17 (7.03% from 255) = 17.71%

R = 75%
G = 7.29%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#480711 (or 0x480711) is known color: Rustic Red. HEX triplet: 48, 07 and 11. RGB value is (72,7,17). Sum of RGB (Red+Green+Blue) = 72+7+17=96 (12% of max value = 765). Red value is 72 (28.52% from 255 or 75% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 72 - color contains mainly: red. Hex color #480711 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480711 is #B7F8EE. Grayscale: #1B1B1B. Windows color (decimal): -12056815 or 1115976. OLE color: 1115976.

HSL color Cylindrical-coordinate representation of color #480711: hue angle of 350.77º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #480711 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 7 17 -
CMYK 0 0.90 0.76 0.72
HSL 350.77º 0.82% 0.15% -
HSV(B) 350.77º 0.9% 0.28% -
XYZ 2.85 1.57 0.68 -
YUV 27.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 72 7 17 0 0.90 0.76 0.72 350.77 0.82 0.15
Hex 48 7 11 0 5A 4C 48 15F 52 F
Octal 110 7 21 0 132 114 110 537 122 17
Binary 1001000 111 10001 0 1011010 1001100 1001000 101011111 1010010 1111

Color Harmonies of #480711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480711

Black with #480711

Text Example


Text Example

White with #480711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480711; }

 p { color: rgb(72,7,17); }

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

background-color css

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

 a { background-color: rgb(72,7,17); }

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

border-color css

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

 span { border-color: rgb(72,7,17); }

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