#450615

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

Shades of Rustic Red #450615

Tints of Rustic Red #450615

Color information

#450615 (or 0x450615) is unknown color: approx Rustic Red. HEX triplet: 45, 06 and 15. RGB value is (69,6,21). Sum of RGB (Red+Green+Blue) = 69+6+21=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 21 (8.59% from 255 or 21.88% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450615 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450615 is #BAF9EA. Grayscale: #1A1A1A. Windows color (decimal): -12253675 or 1377861. OLE color: 1377861.

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

Color convert

RGB69621-
CMYK00.910.700.73
HSL345.71º84%14.71%-
HSV(B)345.71º91.3%27.06%-
XYZ2.651.450.85-
YUV26.55124.87158.28-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.88%
GREEN value IS 6 (2.73% from 255) = 6.25%
BLUE value IS 21 (8.59% from 255) = 21.88%
R=71.88%
G=6.25%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6962100.910.700.73345.718414.71
Hex4561505B464915a54f
Octal105625013310611153212417
Binary100010111010101010110111000110100100110101101010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450615; }

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

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

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

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

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

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

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

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