#48080A

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

Shades of Rustic Red #48080A

Tints of Rustic Red #48080A

Color information

#48080A (or 0x48080A) is unknown color: approx Rustic Red. HEX triplet: 48, 08 and 0A. RGB value is (72,8,10). Sum of RGB (Red+Green+Blue) = 72+8+10=90 (11% of max value = 765). Red value is 72 (28.52% from 255 or 80% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 10 (4.30% from 255 or 11.11% from 90); Max value from RGB is 72 - color contains mainly: red. Hex color #48080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #48080A is #B7F7F5. Grayscale: #1B1B1B. Windows color (decimal): -12056566 or 657480. OLE color: 657480.

HSL color Cylindrical-coordinate representation of color #48080A: hue angle of 358.12º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #48080A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB72810-
CMYK00.890.860.72
HSL358.12º80%15.69%-
HSV(B)358.12º88.89%28.24%-
XYZ2.811.570.44-
YUV27.36118.2159.84-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 80%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 10 (4.30% from 255) = 11.11%
R=80%
G=8.89%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7281000.890.860.72358.128015.69
Hex488A05956481665010
Octal1101012013112611054612020
Binary1001000100010100101100110101101001000101100110101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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