#481213

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

Shades of Rustic Red #481213

Tints of Rustic Red #481213

Color information

#481213 (or 0x481213) is unknown color: approx Rustic Red. HEX triplet: 48, 12 and 13. RGB value is (72,18,19). Sum of RGB (Red+Green+Blue) = 72+18+19=109 (14% of max value = 765). Red value is 72 (28.52% from 255 or 66.06% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 72 - color contains mainly: red. Hex color #481213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #481213 is #B7EDEC. Grayscale: #222222. Windows color (decimal): -12053997 or 1249864. OLE color: 1249864.

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

Color convert

RGB721819-
CMYK00.750.740.72
HSL358.89º60%17.65%-
HSV(B)358.89º75%28.24%-
XYZ3.011.860.82-
YUV34.26119.39154.92-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 66.06%
GREEN value IS 18 (7.42% from 255) = 16.51%
BLUE value IS 19 (7.81% from 255) = 17.43%
R=66.06%
G=16.51%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.74
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72181900.750.740.72358.896017.65
Hex48121304B4A481673c12
Octal110222301131121105477422
Binary10010001001010011010010111001010100100010110011111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481213; }

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

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

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

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

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

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

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

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