#451B1E

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

Shades of Rustic Red #451B1E

Tints of Rustic Red #451B1E

Color information

#451B1E (or 0x451B1E) is unknown color: approx Rustic Red. HEX triplet: 45, 1B and 1E. RGB value is (69,27,30). Sum of RGB (Red+Green+Blue) = 69+27+30=126 (16% of max value = 765). Red value is 69 (27.34% from 255 or 54.76% from 126); Green value is 27 (10.94% from 255 or 21.43% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 69 - color contains mainly: red. Hex color #451B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B1E is #BAE4E1. Grayscale: #272727. Windows color (decimal): -12248290 or 1973061. OLE color: 1973061.

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

Color convert

RGB692730-
CMYK00.610.570.73
HSL355.71º43.75%18.82%-
HSV(B)355.71º60.87%27.06%-
XYZ3.082.141.48-
YUV39.9122.41148.76-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 54.76%
GREEN value IS 27 (10.94% from 255) = 21.43%
BLUE value IS 30 (12.11% from 255) = 23.81%
R=54.76%
G=21.43%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69273000.610.570.73355.7143.7518.82
Hex451B1E03D39491642c13
Octal1053336075711115445423
Binary100010111011111100111101111001100100110110010010110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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