Html Css Color HEX #480514 Rustic Red

📋 copy color: '#480514'

red 72 ◦ green 5 ◦ blue 20

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

Shades of Rustic Red #480514

Tints of Rustic Red #480514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 20.62%

R = 74.23%
G = 5.15%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#480514 (or 0x480514) is known color: Rustic Red. HEX triplet: 48, 05 and 14. RGB value is (72,5,20). Sum of RGB (Red+Green+Blue) = 72+5+20=97 (12% of max value = 765). Red value is 72 (28.52% from 255 or 74.23% from 97); Green value is 5 (2.34% from 255 or 5.15% from 97); Blue value is 20 (8.20% from 255 or 20.62% from 97); Max value from RGB is 72 - color contains mainly: red. Hex color #480514 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480514 is #B7FAEB. Grayscale: #1A1A1A. Windows color (decimal): -12057324 or 1312072. OLE color: 1312072.

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

Color convert

RGB 72 5 20 -
CMYK 0 0.93 0.72 0.72
HSL 346.57º 0.87% 0.15% -
HSV(B) 346.57º 0.93% 0.28% -
XYZ 2.85 1.54 0.81 -
YUV 26.74 124.2 160.28 -
System Red Green Blue C M Y K H S L
Decimal 72 5 20 0 0.93 0.72 0.72 346.57 0.87 0.15
Hex 48 5 14 0 5D 48 48 15B 57 F
Octal 110 5 24 0 135 110 110 533 127 17
Binary 1001000 101 10100 0 1011101 1001000 1001000 101011011 1010111 1111

Color Harmonies of #480514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480514

Black with #480514

Text Example


Text Example

White with #480514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480514; }

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

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

background-color css

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

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

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

border-color css

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

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

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