#460208

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

Shades of Rustic Red #460208

Tints of Rustic Red #460208

Color information

#460208 (or 0x460208) is unknown color: approx Rustic Red. HEX triplet: 46, 02 and 08. RGB value is (70,2,8). Sum of RGB (Red+Green+Blue) = 70+2+8=80 (10% of max value = 765). Red value is 70 (27.73% from 255 or 87.5% from 80); Green value is 2 (1.17% from 255 or 2.5% from 80); Blue value is 8 (3.52% from 255 or 10% from 80); Max value from RGB is 70 - color contains mainly: red. Hex color #460208 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #460208 is #B9FDF7. Grayscale: #171717. Windows color (decimal): -12189176 or 524870. OLE color: 524870.

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

Color convert

RGB7028-
CMYK00.970.890.73
HSL354.71º94.44%14.12%-
HSV(B)354.71º97.14%27.45%-
XYZ2.591.360.36-
YUV23.02119.53161.51-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 87.5%
GREEN value IS 2 (1.17% from 255) = 2.5%
BLUE value IS 8 (3.52% from 255) = 10%
R=87.5%
G=2.5%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal702800.970.890.73354.7194.4414.12
Hex462806159491635ee
Octal106210014113111154313616
Binary1000110101000011000011011001100100110110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #460208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #460208; }

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

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

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

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

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

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

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

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