#480013

Color #480013 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #480013

Tints of Rustic Red #480013

Color information

#480013 (or 0x480013) is unknown color: approx Rustic Red. HEX triplet: 48, 00 and 13. RGB value is (72,0,19). Sum of RGB (Red+Green+Blue) = 72+0+19=91 (12% of max value = 765). Red value is 72 (28.52% from 255 or 79.12% from 91); Green value is 0 (0.39% from 255 or 0% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 72 - color contains mainly: red. Hex color #480013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480013 is #B7FFEC. Grayscale: #171717. Windows color (decimal): -12058605 or 1245256. OLE color: 1245256.

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

Color convert

RGB72019-
CMYK010.740.72
HSL344.17º100%14.12%-
HSV(B)344.17º100%28.24%-
XYZ2.791.420.74-
YUV23.69125.35162.46-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 79.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=79.12%
G=0%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72019010.740.72344.1710014.12
Hex480130644A4815864e
Octal110023014411211053014416
Binary1001000010011011001001001010100100010101100011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480013; }

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

 H1.HeaderClassName
 {
   color: #480013;
 }
 .AnyTagClassName
 {
   color: #480013;
 }
</style>
background-color css

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

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

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

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

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

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