#450212

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

Shades of Rustic Red #450212

Tints of Rustic Red #450212

Color information

#450212 (or 0x450212) is unknown color: approx Rustic Red. HEX triplet: 45, 02 and 12. RGB value is (69,2,18). Sum of RGB (Red+Green+Blue) = 69+2+18=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 2 (1.17% from 255 or 2.25% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #450212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450212 is #BAFDED. Grayscale: #171717. Windows color (decimal): -12254702 or 1180229. OLE color: 1180229.

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

Color convert

RGB69218-
CMYK00.970.740.73
HSL345.67º94.37%13.92%-
HSV(B)345.67º97.1%27.06%-
XYZ2.591.350.7-
YUV23.86124.7160.2-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 77.53%
GREEN value IS 2 (1.17% from 255) = 2.25%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=77.53%
G=2.25%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6921800.970.740.73345.6794.3713.92
Hex452120614A4915a5ee
Octal105222014111211153213616
Binary10001011010010011000011001010100100110101101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450212; }

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

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

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

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

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

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

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

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