Html Css Color HEX #480511 Rustic Red

📋 copy color: '#480511'

red 72 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #480511

Tints of Rustic Red #480511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.32%

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

R = 76.6%
G = 5.32%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#480511 (or 0x480511) is known color: Rustic Red. HEX triplet: 48, 05 and 11. RGB value is (72,5,17). Sum of RGB (Red+Green+Blue) = 72+5+17=94 (12% of max value = 765). Red value is 72 (28.52% from 255 or 76.60% from 94); Green value is 5 (2.34% from 255 or 5.32% from 94); Blue value is 17 (7.03% from 255 or 18.09% from 94); Max value from RGB is 72 - color contains mainly: red. Hex color #480511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480511 is #B7FAEE. Grayscale: #1A1A1A. Windows color (decimal): -12057327 or 1115464. OLE color: 1115464.

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

Color convert

RGB 72 5 17 -
CMYK 0 0.93 0.76 0.72
HSL 349.25º 0.87% 0.15% -
HSV(B) 349.25º 0.93% 0.28% -
XYZ 2.83 1.53 0.68 -
YUV 26.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 72 5 17 0 0.93 0.76 0.72 349.25 0.87 0.15
Hex 48 5 11 0 5D 4C 48 15D 57 F
Octal 110 5 21 0 135 114 110 535 127 17
Binary 1001000 101 10001 0 1011101 1001100 1001000 101011101 1010111 1111

Color Harmonies of #480511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480511

Black with #480511

Text Example


Text Example

White with #480511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480511; }

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

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

background-color css

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

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

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

border-color css

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

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

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