Html Css Color HEX #480914 Rustic Red

📋 copy color: '#480914'

red 72 ◦ green 9 ◦ blue 20

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

Shades of Rustic Red #480914

Tints of Rustic Red #480914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.91%

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

R = 71.29%
G = 8.91%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#480914 (or 0x480914) is known color: Rustic Red. HEX triplet: 48, 09 and 14. RGB value is (72,9,20). Sum of RGB (Red+Green+Blue) = 72+9+20=101 (13% of max value = 765). Red value is 72 (28.52% from 255 or 71.29% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 20 (8.20% from 255 or 19.80% from 101); Max value from RGB is 72 - color contains mainly: red. Hex color #480914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480914 is #B7F6EB. Grayscale: #1D1D1D. Windows color (decimal): -12056300 or 1313096. OLE color: 1313096.

HSL color Cylindrical-coordinate representation of color #480914: hue angle of 349.52º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #480914 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 9 20 -
CMYK 0 0.88 0.72 0.72
HSL 349.52º 0.78% 0.16% -
HSV(B) 349.52º 0.88% 0.28% -
XYZ 2.9 1.62 0.82 -
YUV 29.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 72 9 20 0 0.88 0.72 0.72 349.52 0.78 0.16
Hex 48 9 14 0 58 48 48 15E 4E 10
Octal 110 11 24 0 130 110 110 536 116 20
Binary 1001000 1001 10100 0 1011000 1001000 1001000 101011110 1001110 10000

Color Harmonies of #480914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480914

Black with #480914

Text Example


Text Example

White with #480914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480914; }

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

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

background-color css

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

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

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

border-color css

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

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

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