Html Css Color HEX #480812 Rustic Red

📋 copy color: '#480812'

red 72 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #480812

Tints of Rustic Red #480812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.37%

R = 73.47%
G = 8.16%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#480812 (or 0x480812) is known color: Rustic Red. HEX triplet: 48, 08 and 12. RGB value is (72,8,18). Sum of RGB (Red+Green+Blue) = 72+8+18=98 (12% of max value = 765). Red value is 72 (28.52% from 255 or 73.47% from 98); Green value is 8 (3.52% from 255 or 8.16% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 72 - color contains mainly: red. Hex color #480812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480812 is #B7F7ED. Grayscale: #1C1C1C. Windows color (decimal): -12056558 or 1181768. OLE color: 1181768.

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

Color convert

RGB 72 8 18 -
CMYK 0 0.89 0.75 0.72
HSL 350.63º 0.8% 0.16% -
HSV(B) 350.63º 0.89% 0.28% -
XYZ 2.87 1.6 0.73 -
YUV 28.28 122.2 159.19 -
System Red Green Blue C M Y K H S L
Decimal 72 8 18 0 0.89 0.75 0.72 350.63 0.8 0.16
Hex 48 8 12 0 59 4B 48 15F 50 10
Octal 110 10 22 0 131 113 110 537 120 20
Binary 1001000 1000 10010 0 1011001 1001011 1001000 101011111 1010000 10000

Color Harmonies of #480812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480812

Black with #480812

Text Example


Text Example

White with #480812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480812; }

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

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

background-color css

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

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

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

border-color css

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

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

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