Html Css Color HEX #480211 Rustic Red

📋 copy color: '#480211'

red 72 ◦ green 2 ◦ blue 17

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

Shades of Rustic Red #480211

Tints of Rustic Red #480211

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.2%

 BLUE value IS 17 (7.03% from 255) = 18.68%

R = 79.12%
G = 2.2%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#480211 (or 0x480211) is known color: Rustic Red. HEX triplet: 48, 02 and 11. RGB value is (72,2,17). Sum of RGB (Red+Green+Blue) = 72+2+17=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 2 (1.17% from 255 or 2.20% from 91); Blue value is 17 (7.03% from 255 or 18.68% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #480211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480211 is #B7FDEE. Grayscale: #181818. Windows color (decimal): -12058095 or 1114696. OLE color: 1114696.

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

Color convert

RGB 72 2 17 -
CMYK 0 0.97 0.76 0.72
HSL 347.14º 0.95% 0.15% -
HSV(B) 347.14º 0.97% 0.28% -
XYZ 2.8 1.46 0.67 -
YUV 24.64 123.69 161.78 -
System Red Green Blue C M Y K H S L
Decimal 72 2 17 0 0.97 0.76 0.72 347.14 0.95 0.15
Hex 48 2 11 0 61 4C 48 15B 5F F
Octal 110 2 21 0 141 114 110 533 137 17
Binary 1001000 10 10001 0 1100001 1001100 1001000 101011011 1011111 1111

Color Harmonies of #480211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480211

Black with #480211

Text Example


Text Example

White with #480211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480211; }

 p { color: rgb(72,2,17); }

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

background-color css

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

 a { background-color: rgb(72,2,17); }

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

border-color css

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

 span { border-color: rgb(72,2,17); }

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