#46080A

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

Shades of Rustic Red #46080A

Tints of Rustic Red #46080A

Color information

#46080A (or 0x46080A) is unknown color: approx Rustic Red. HEX triplet: 46, 08 and 0A. RGB value is (70,8,10). Sum of RGB (Red+Green+Blue) = 70+8+10=88 (11% of max value = 765). Red value is 70 (27.73% from 255 or 79.55% from 88); Green value is 8 (3.52% from 255 or 9.09% from 88); Blue value is 10 (4.30% from 255 or 11.36% from 88); Max value from RGB is 70 - color contains mainly: red. Hex color #46080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #46080A is #B9F7F5. Grayscale: #1A1A1A. Windows color (decimal): -12187638 or 657478. OLE color: 657478.

HSL color Cylindrical-coordinate representation of color #46080A: hue angle of 358.06º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46080A is Cyan = 0, Magento = 0.89, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB70810-
CMYK00.890.860.73
HSL358.06º79.49%15.29%-
HSV(B)358.06º88.57%27.45%-
XYZ2.671.50.44-
YUV26.77118.54158.84-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 79.55%
GREEN value IS 8 (3.52% from 255) = 9.09%
BLUE value IS 10 (4.30% from 255) = 11.36%
R=79.55%
G=9.09%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7081000.890.860.73358.0679.4915.29
Hex468A05956491664ff
Octal1061012013112611154611717
Binary100011010001010010110011010110100100110110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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