#460308

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

Shades of Rustic Red #460308

Tints of Rustic Red #460308

Color information

#460308 (or 0x460308) is unknown color: approx Rustic Red. HEX triplet: 46, 03 and 08. RGB value is (70,3,8). Sum of RGB (Red+Green+Blue) = 70+3+8=81 (10% of max value = 765). Red value is 70 (27.73% from 255 or 86.42% from 81); Green value is 3 (1.56% from 255 or 3.70% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 70 - color contains mainly: red. Hex color #460308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460308 is #B9FCF7. Grayscale: #171717. Windows color (decimal): -12188920 or 525126. OLE color: 525126.

HSL color Cylindrical-coordinate representation of color #460308: hue angle of 355.52º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460308 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB7038-
CMYK00.960.890.73
HSL355.52º91.78%14.31%-
HSV(B)355.52º95.71%27.45%-
XYZ2.61.380.36-
YUV23.6119.2161.09-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 86.42%
GREEN value IS 3 (1.56% from 255) = 3.70%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=86.42%
G=3.70%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal703800.960.890.73355.5291.7814.31
Hex463806059491645ce
Octal106310014013111154413416
Binary1000110111000011000001011001100100110110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460308; }

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

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

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

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

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

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

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

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