#48030B

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

Shades of Rustic Red #48030B

Tints of Rustic Red #48030B

Color information

#48030B (or 0x48030B) is unknown color: approx Rustic Red. HEX triplet: 48, 03 and 0B. RGB value is (72,3,11). Sum of RGB (Red+Green+Blue) = 72+3+11=86 (11% of max value = 765). Red value is 72 (28.52% from 255 or 83.72% from 86); Green value is 3 (1.56% from 255 or 3.49% from 86); Blue value is 11 (4.69% from 255 or 12.79% from 86); Max value from RGB is 72 - color contains mainly: red. Hex color #48030B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030B is #B7FCF4. Grayscale: #181818. Windows color (decimal): -12057845 or 721736. OLE color: 721736.

HSL color Cylindrical-coordinate representation of color #48030B: hue angle of 353.04º 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 #48030B is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.72.

Color convert

RGB72311-
CMYK00.960.850.72
HSL353.04º92%14.71%-
HSV(B)353.04º95.83%28.24%-
XYZ2.771.470.45-
YUV24.54120.36161.85-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 83.72%
GREEN value IS 3 (1.56% from 255) = 3.49%
BLUE value IS 11 (4.69% from 255) = 12.79%
R=83.72%
G=3.49%
B=12.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7231100.960.850.72353.049214.71
Hex483B06055481615cf
Octal110313014012511054113417
Binary1001000111011011000001010101100100010110000110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48030B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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