Html Css Color HEX #480813 Rustic Red

📋 copy color: '#480813'

red 72 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #480813

Tints of Rustic Red #480813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.19%

R = 72.73%
G = 8.08%
B = 19.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#480813 (or 0x480813) is known color: Rustic Red. HEX triplet: 48, 08 and 13. RGB value is (72,8,19). Sum of RGB (Red+Green+Blue) = 72+8+19=99 (13% of max value = 765). Red value is 72 (28.52% from 255 or 72.73% from 99); Green value is 8 (3.52% from 255 or 8.08% from 99); Blue value is 19 (7.81% from 255 or 19.19% from 99); Max value from RGB is 72 - color contains mainly: red. Hex color #480813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480813 is #B7F7EC. Grayscale: #1C1C1C. Windows color (decimal): -12056557 or 1247304. OLE color: 1247304.

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

Color convert

RGB 72 8 19 -
CMYK 0 0.89 0.74 0.72
HSL 349.69º 0.8% 0.16% -
HSV(B) 349.69º 0.89% 0.28% -
XYZ 2.88 1.6 0.77 -
YUV 28.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 72 8 19 0 0.89 0.74 0.72 349.69 0.8 0.16
Hex 48 8 13 0 59 4A 48 15E 50 10
Octal 110 10 23 0 131 112 110 536 120 20
Binary 1001000 1000 10011 0 1011001 1001010 1001000 101011110 1010000 10000

Color Harmonies of #480813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480813

Black with #480813

Text Example


Text Example

White with #480813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480813; }

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

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

background-color css

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

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

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

border-color css

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

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

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