Html Css Color HEX #480011 Rustic Red

📋 copy color: '#480011'

red 72 ◦ green 0 ◦ blue 17

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

Shades of Rustic Red #480011

Tints of Rustic Red #480011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.9%
G = 0%
B = 19.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#480011 (or 0x480011) is known color: Rustic Red. HEX triplet: 48, 00 and 11. RGB value is (72,0,17). Sum of RGB (Red+Green+Blue) = 72+0+17=89 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80.90% from 89); Green value is 0 (0.39% from 255 or 0% from 89); Blue value is 17 (7.03% from 255 or 19.10% from 89); Max value from RGB is 72 - color contains mainly: red. Hex color #480011 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480011 is #B7FFEE. Grayscale: #171717. Windows color (decimal): -12058607 or 1114184. OLE color: 1114184.

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

Color convert

RGB 72 0 17 -
CMYK 0 1 0.76 0.72
HSL 345.83º 1% 0.14% -
HSV(B) 345.83º 1% 0.28% -
XYZ 2.77 1.42 0.66 -
YUV 23.47 124.35 162.62 -
System Red Green Blue C M Y K H S L
Decimal 72 0 17 0 1 0.76 0.72 345.83 1 0.14
Hex 48 0 11 0 64 4C 48 15A 64 E
Octal 110 0 21 0 144 114 110 532 144 16
Binary 1001000 0 10001 0 1100100 1001100 1001000 101011010 1100100 1110

Color Harmonies of #480011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480011

Black with #480011

Text Example


Text Example

White with #480011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480011; }

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

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

background-color css

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

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

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

border-color css

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

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

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