#450612

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

Shades of Rustic Red #450612

Tints of Rustic Red #450612

Color information

#450612 (or 0x450612) is unknown color: approx Rustic Red. HEX triplet: 45, 06 and 12. RGB value is (69,6,18). Sum of RGB (Red+Green+Blue) = 69+6+18=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450612 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450612 is #BAF9ED. Grayscale: #1A1A1A. Windows color (decimal): -12253678 or 1181253. OLE color: 1181253.

HSL color Cylindrical-coordinate representation of color #450612: hue angle of 348.57º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #450612 is Cyan = 0, Magento = 0.91, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB69618-
CMYK00.910.740.73
HSL348.57º84%14.71%-
HSV(B)348.57º91.3%27.06%-
XYZ2.631.440.71-
YUV26.2123.37158.52-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 74.19%
GREEN value IS 6 (2.73% from 255) = 6.45%
BLUE value IS 18 (7.42% from 255) = 19.35%
R=74.19%
G=6.45%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6961800.910.740.73348.578414.71
Hex4561205B4A4915d54f
Octal105622013311211153512417
Binary100010111010010010110111001010100100110101110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450612; }

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

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

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

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

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

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

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

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