#450617

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

Shades of Rustic Red #450617

Tints of Rustic Red #450617

Color information

#450617 (or 0x450617) is unknown color: approx Rustic Red. HEX triplet: 45, 06 and 17. RGB value is (69,6,23). Sum of RGB (Red+Green+Blue) = 69+6+23=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 6 (2.73% from 255 or 6.12% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #450617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450617 is #BAF9E8. Grayscale: #1A1A1A. Windows color (decimal): -12253673 or 1508933. OLE color: 1508933.

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

Color convert

RGB69623-
CMYK00.910.670.73
HSL343.81º84%14.71%-
HSV(B)343.81º91.3%27.06%-
XYZ2.671.460.95-
YUV26.78125.87158.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 70.41%
GREEN value IS 6 (2.73% from 255) = 6.12%
BLUE value IS 23 (9.38% from 255) = 23.47%
R=70.41%
G=6.12%
B=23.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6962300.910.670.73343.818414.71
Hex4561705B434915854f
Octal105627013310311153012417
Binary100010111010111010110111000011100100110101100010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450617; }

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

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

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

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

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

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

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

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