#451719

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

Shades of Rustic Red #451719

Tints of Rustic Red #451719

Color information

#451719 (or 0x451719) is unknown color: approx Rustic Red. HEX triplet: 45, 17 and 19. RGB value is (69,23,25). Sum of RGB (Red+Green+Blue) = 69+23+25=117 (15% of max value = 765). Red value is 69 (27.34% from 255 or 58.97% from 117); Green value is 23 (9.38% from 255 or 19.66% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 69 - color contains mainly: red. Hex color #451719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451719 is #BAE8E6. Grayscale: #252525. Windows color (decimal): -12249319 or 1644357. OLE color: 1644357.

HSL color Cylindrical-coordinate representation of color #451719: hue angle of 357.39º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #451719 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB692325-
CMYK00.670.640.73
HSL357.39º50%18.04%-
HSV(B)357.39º66.67%27.06%-
XYZ2.941.951.14-
YUV36.98121.24150.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 58.97%
GREEN value IS 23 (9.38% from 255) = 19.66%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=58.97%
G=19.66%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69232500.670.640.73357.395018.04
Hex45171904340491653212
Octal105273101031001115456222
Binary10001011011111001010000111000000100100110110010111001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451719; }

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

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

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

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

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

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

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

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