Html Css Color HEX #480111 Rustic Red

📋 copy color: '#480111'

red 72 ◦ green 1 ◦ blue 17

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

Shades of Rustic Red #480111

Tints of Rustic Red #480111

RGB

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

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

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

R = 80%
G = 1.11%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#480111 (or 0x480111) is known color: Rustic Red. HEX triplet: 48, 01 and 11. RGB value is (72,1,17). Sum of RGB (Red+Green+Blue) = 72+1+17=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 17 (7.03% from 255 or 18.89% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #480111 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480111 is #B7FEEE. Grayscale: #181818. Windows color (decimal): -12058351 or 1114440. OLE color: 1114440.

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

Color convert

RGB 72 1 17 -
CMYK 0 0.99 0.76 0.72
HSL 346.48º 0.97% 0.14% -
HSV(B) 346.48º 0.99% 0.28% -
XYZ 2.78 1.44 0.66 -
YUV 24.05 124.02 162.2 -
System Red Green Blue C M Y K H S L
Decimal 72 1 17 0 0.99 0.76 0.72 346.48 0.97 0.14
Hex 48 1 11 0 63 4C 48 15A 61 E
Octal 110 1 21 0 143 114 110 532 141 16
Binary 1001000 1 10001 0 1100011 1001100 1001000 101011010 1100001 1110

Color Harmonies of #480111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480111

Black with #480111

Text Example


Text Example

White with #480111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480111; }

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

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

background-color css

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

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

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

border-color css

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

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

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