#48030C

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

Shades of Rustic Red #48030C

Tints of Rustic Red #48030C

Color information

#48030C (or 0x48030C) is unknown color: approx Rustic Red. HEX triplet: 48, 03 and 0C. RGB value is (72,3,12). Sum of RGB (Red+Green+Blue) = 72+3+12=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 12 (5.08% from 255 or 13.79% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #48030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030C is #B7FCF3. Grayscale: #181818. Windows color (decimal): -12057844 or 787272. OLE color: 787272.

HSL color Cylindrical-coordinate representation of color #48030C: hue angle of 352.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #48030C is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.72.

Color convert

RGB72312-
CMYK00.960.830.72
HSL352.17º92%14.71%-
HSV(B)352.17º95.83%28.24%-
XYZ2.771.470.49-
YUV24.66120.86161.77-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 82.76%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 12 (5.08% from 255) = 13.79%
R=82.76%
G=3.45%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7231200.960.830.72352.179214.71
Hex483C06053481605cf
Octal110314014012311054013417
Binary1001000111100011000001010011100100010110000010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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