#450206

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

Shades of Rustic Red #450206

Tints of Rustic Red #450206

Color information

#450206 (or 0x450206) is unknown color: approx Rustic Red. HEX triplet: 45, 02 and 06. RGB value is (69,2,6). Sum of RGB (Red+Green+Blue) = 69+2+6=77 (10% of max value = 765). Red value is 69 (27.34% from 255 or 89.61% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 6 (2.73% from 255 or 7.79% from 77); Max value from RGB is 69 - color contains mainly: red. Hex color #450206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450206 is #BAFDF9. Grayscale: #161616. Windows color (decimal): -12254714 or 393797. OLE color: 393797.

HSL color Cylindrical-coordinate representation of color #450206: hue angle of 356.42º 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 #450206 is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB6926-
CMYK00.970.910.73
HSL356.42º94.37%13.92%-
HSV(B)356.42º97.1%27.06%-
XYZ2.511.320.3-
YUV22.49118.7161.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 89.61%
GREEN value IS 2 (1.17% from 255) = 2.60%
BLUE value IS 6 (2.73% from 255) = 7.79%
R=89.61%
G=2.60%
B=7.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal692600.970.910.73356.4294.3713.92
Hex45260615B491645ee
Octal10526014113311154413616
Binary100010110110011000011011011100100110110010010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450206; }

 p { color: rgb(69,2,6); }

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

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

 a { background-color: rgb(69,2,6); }

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

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

 span { border-color: rgb(69,2,6); }

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