#451C1E

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

Shades of Rustic Red #451C1E

Tints of Rustic Red #451C1E

Color information

#451C1E (or 0x451C1E) is unknown color: approx Rustic Red. HEX triplet: 45, 1C and 1E. RGB value is (69,28,30). Sum of RGB (Red+Green+Blue) = 69+28+30=127 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.33% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 30 (12.11% from 255 or 23.62% from 127); Max value from RGB is 69 - color contains mainly: red. Hex color #451C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451C1E is #BAE3E1. Grayscale: #282828. Windows color (decimal): -12248034 or 1973317. OLE color: 1973317.

HSL color Cylindrical-coordinate representation of color #451C1E: hue angle of 357.07º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #451C1E is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB692830-
CMYK00.590.570.73
HSL357.07º42.27%19.02%-
HSV(B)357.07º59.42%27.06%-
XYZ3.12.191.49-
YUV40.49122.08148.34-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.33%
GREEN value IS 28 (11.33% from 255) = 22.05%
BLUE value IS 30 (12.11% from 255) = 23.62%
R=54.33%
G=22.05%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69283000.590.570.73357.0742.2719.02
Hex451C1E03B39491652a13
Octal1053436073711115455223
Binary100010111100111100111011111001100100110110010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451C1E; }

 p { color: rgb(69,28,30); }

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

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

 a { background-color: rgb(69,28,30); }

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

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

 span { border-color: rgb(69,28,30); }

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