#451B1D

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

Shades of Rustic Red #451B1D

Tints of Rustic Red #451B1D

Color information

#451B1D (or 0x451B1D) is unknown color: approx Rustic Red. HEX triplet: 45, 1B and 1D. RGB value is (69,27,29). Sum of RGB (Red+Green+Blue) = 69+27+29=125 (16% of max value = 765). Red value is 69 (27.34% from 255 or 55.2% from 125); Green value is 27 (10.94% from 255 or 21.6% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 69 - color contains mainly: red. Hex color #451B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #451B1D is #BAE4E2. Grayscale: #272727. Windows color (decimal): -12248291 or 1907525. OLE color: 1907525.

HSL color Cylindrical-coordinate representation of color #451B1D: hue angle of 357.14º 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 #451B1D is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.73.

Color convert

RGB692729-
CMYK00.610.580.73
HSL357.14º43.75%18.82%-
HSV(B)357.14º60.87%27.06%-
XYZ3.072.141.41-
YUV39.79121.91148.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 55.2%
GREEN value IS 27 (10.94% from 255) = 21.6%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=55.2%
G=21.6%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.58
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69272900.610.580.73357.1443.7518.82
Hex451B1D03D3A491652c13
Octal1053335075721115455423
Binary100010111011111010111101111010100100110110010110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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