Html Css Color HEX #480510 Rustic Red

📋 copy color: '#480510'

red 72 ◦ green 5 ◦ blue 16

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

Shades of Rustic Red #480510

Tints of Rustic Red #480510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 17.2%

R = 77.42%
G = 5.38%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.78

 K value IS 0.72

RGB Variations

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

Color information

#480510 (or 0x480510) is known color: Rustic Red. HEX triplet: 48, 05 and 10. RGB value is (72,5,16). Sum of RGB (Red+Green+Blue) = 72+5+16=93 (12% of max value = 765). Red value is 72 (28.52% from 255 or 77.42% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 16 (6.64% from 255 or 17.20% from 93); Max value from RGB is 72 - color contains mainly: red. Hex color #480510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480510 is #B7FAEF. Grayscale: #1A1A1A. Windows color (decimal): -12057328 or 1049928. OLE color: 1049928.

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

Color convert

RGB 72 5 16 -
CMYK 0 0.93 0.78 0.72
HSL 350.15º 0.87% 0.15% -
HSV(B) 350.15º 0.93% 0.28% -
XYZ 2.82 1.52 0.64 -
YUV 26.29 122.2 160.61 -
System Red Green Blue C M Y K H S L
Decimal 72 5 16 0 0.93 0.78 0.72 350.15 0.87 0.15
Hex 48 5 10 0 5D 4E 48 15E 57 F
Octal 110 5 20 0 135 116 110 536 127 17
Binary 1001000 101 10000 0 1011101 1001110 1001000 101011110 1010111 1111

Color Harmonies of #480510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480510

Black with #480510

Text Example


Text Example

White with #480510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480510; }

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

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

background-color css

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

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

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

border-color css

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

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

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