#48030A

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

Shades of Rustic Red #48030A

Tints of Rustic Red #48030A

Color information

#48030A (or 0x48030A) is unknown color: approx Rustic Red. HEX triplet: 48, 03 and 0A. RGB value is (72,3,10). Sum of RGB (Red+Green+Blue) = 72+3+10=85 (11% of max value = 765). Red value is 72 (28.52% from 255 or 84.71% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 72 - color contains mainly: red. Hex color #48030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48030A is #B7FCF5. Grayscale: #181818. Windows color (decimal): -12057846 or 656200. OLE color: 656200.

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

Color convert

RGB72310-
CMYK00.960.860.72
HSL353.91º92%14.71%-
HSV(B)353.91º95.83%28.24%-
XYZ2.761.460.42-
YUV24.43119.86161.93-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 84.71%
GREEN value IS 3 (1.56% from 255) = 3.53%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=84.71%
G=3.53%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7231000.960.860.72353.919214.71
Hex483A06056481625cf
Octal110312014012611054213417
Binary1001000111010011000001010110100100010110001010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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