#48000A

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

Shades of Rustic Red #48000A

Tints of Rustic Red #48000A

Color information

#48000A (or 0x48000A) is unknown color: approx Rustic Red. HEX triplet: 48, 00 and 0A. RGB value is (72,0,10). Sum of RGB (Red+Green+Blue) = 72+0+10=82 (10% of max value = 765). Red value is 72 (28.52% from 255 or 87.80% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 10 (4.30% from 255 or 12.20% from 82); Max value from RGB is 72 - color contains mainly: red. Hex color #48000A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48000A is #B7FFF5. Grayscale: #161616. Windows color (decimal): -12058614 or 655432. OLE color: 655432.

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

Color convert

RGB72010-
CMYK010.860.72
HSL351.67º100%14.12%-
HSV(B)351.67º100%28.24%-
XYZ2.731.40.41-
YUV22.67120.85163.19-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 87.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 10 (4.30% from 255) = 12.20%
R=87.80%
G=0%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72010010.860.72351.6710014.12
Hex480A064564816064e
Octal110012014412611054014416
Binary100100001010011001001010110100100010110000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48000A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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