#48000C

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

Shades of Rustic Red #48000C

Tints of Rustic Red #48000C

Color information

#48000C (or 0x48000C) is unknown color: approx Rustic Red. HEX triplet: 48, 00 and 0C. RGB value is (72,0,12). Sum of RGB (Red+Green+Blue) = 72+0+12=84 (11% of max value = 765). Red value is 72 (28.52% from 255 or 85.71% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 72 - color contains mainly: red. Hex color #48000C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48000C is #B7FFF3. Grayscale: #161616. Windows color (decimal): -12058612 or 786504. OLE color: 786504.

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

Color convert

RGB72012-
CMYK010.830.72
HSL350º100%14.12%-
HSV(B)350º100%28.24%-
XYZ2.741.40.47-
YUV22.9121.85163.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 85.71%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 14.29%
R=85.71%
G=0%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72012010.830.7235010014.12
Hex480C064534815e64e
Octal110014014412311053614416
Binary100100001100011001001010011100100010101111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48000C; }

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

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

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

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

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

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

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

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