Html Css Color HEX #480814 Rustic Red

📋 copy color: '#480814'

red 72 ◦ green 8 ◦ blue 20

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

Shades of Rustic Red #480814

Tints of Rustic Red #480814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8%

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

R = 72%
G = 8%
B = 20%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#480814 (or 0x480814) is known color: Rustic Red. HEX triplet: 48, 08 and 14. RGB value is (72,8,20). Sum of RGB (Red+Green+Blue) = 72+8+20=100 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72% from 100); Green value is 8 (3.52% from 255 or 8% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 72 - color contains mainly: red. Hex color #480814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480814 is #B7F7EB. Grayscale: #1C1C1C. Windows color (decimal): -12056556 or 1312840. OLE color: 1312840.

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

Color convert

RGB 72 8 20 -
CMYK 0 0.89 0.72 0.72
HSL 348.75º 0.8% 0.16% -
HSV(B) 348.75º 0.89% 0.28% -
XYZ 2.89 1.6 0.82 -
YUV 28.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 72 8 20 0 0.89 0.72 0.72 348.75 0.8 0.16
Hex 48 8 14 0 59 48 48 15D 50 10
Octal 110 10 24 0 131 110 110 535 120 20
Binary 1001000 1000 10100 0 1011001 1001000 1001000 101011101 1010000 10000

Color Harmonies of #480814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480814

Black with #480814

Text Example


Text Example

White with #480814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480814; }

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

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

background-color css

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

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

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

border-color css

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

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

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