Html Css Color HEX #480112 Rustic Red

📋 copy color: '#480112'

red 72 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #480112

Tints of Rustic Red #480112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.1%

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

R = 79.12%
G = 1.1%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.72

RGB Variations

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

Color information

#480112 (or 0x480112) is known color: Rustic Red. HEX triplet: 48, 01 and 12. RGB value is (72,1,18). Sum of RGB (Red+Green+Blue) = 72+1+18=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #480112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480112 is #B7FEED. Grayscale: #181818. Windows color (decimal): -12058350 or 1179976. OLE color: 1179976.

HSL color Cylindrical-coordinate representation of color #480112: hue angle of 345.63º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480112 is Cyan = 0, Magento = 0.99, Yellow = 0.75 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 1 18 -
CMYK 0 0.99 0.75 0.72
HSL 345.63º 0.97% 0.14% -
HSV(B) 345.63º 0.99% 0.28% -
XYZ 2.79 1.44 0.7 -
YUV 24.17 124.52 162.12 -
System Red Green Blue C M Y K H S L
Decimal 72 1 18 0 0.99 0.75 0.72 345.63 0.97 0.14
Hex 48 1 12 0 63 4B 48 15A 61 E
Octal 110 1 22 0 143 113 110 532 141 16
Binary 1001000 1 10010 0 1100011 1001011 1001000 101011010 1100001 1110

Color Harmonies of #480112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480112

Black with #480112

Text Example


Text Example

White with #480112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480112; }

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

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

background-color css

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

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

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

border-color css

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

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

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