Html Css Color HEX #480E14 Rustic Red

📋 copy color: '#480E14'

red 72 ◦ green 14 ◦ blue 20

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

Shades of Rustic Red #480E14

Tints of Rustic Red #480E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.21%

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

R = 67.92%
G = 13.21%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#480E14 (or 0x480E14) is known color: Rustic Red. HEX triplet: 48, 0E and 14. RGB value is (72,14,20). Sum of RGB (Red+Green+Blue) = 72+14+20=106 (14% of max value = 765). Red value is 72 (28.52% from 255 or 67.92% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 20 (8.20% from 255 or 18.87% from 106); Max value from RGB is 72 - color contains mainly: red. Hex color #480E14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480E14 is #B7F1EB. Grayscale: #202020. Windows color (decimal): -12055020 or 1314376. OLE color: 1314376.

HSL color Cylindrical-coordinate representation of color #480E14: hue angle of 353.79º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #480E14 is Cyan = 0, Magento = 0.81, Yellow = 0.72 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 14 20 -
CMYK 0 0.81 0.72 0.72
HSL 353.79º 0.67% 0.17% -
HSV(B) 353.79º 0.81% 0.28% -
XYZ 2.96 1.74 0.84 -
YUV 32.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 72 14 20 0 0.81 0.72 0.72 353.79 0.67 0.17
Hex 48 E 14 0 51 48 48 162 43 11
Octal 110 16 24 0 121 110 110 542 103 21
Binary 1001000 1110 10100 0 1010001 1001000 1001000 101100010 1000011 10001

Color Harmonies of #480E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480E14

Black with #480E14

Text Example


Text Example

White with #480E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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