#451418

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

Shades of Rustic Red #451418

Tints of Rustic Red #451418

Color information

#451418 (or 0x451418) is unknown color: approx Rustic Red. HEX triplet: 45, 14 and 18. RGB value is (69,20,24). Sum of RGB (Red+Green+Blue) = 69+20+24=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 20 (8.20% from 255 or 17.70% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451418 is #BAEBE7. Grayscale: #232323. Windows color (decimal): -12250088 or 1578053. OLE color: 1578053.

HSL color Cylindrical-coordinate representation of color #451418: hue angle of 355.1º degrees, saturation: 0.55, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #451418 is Cyan = 0, Magento = 0.71, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB692024-
CMYK00.710.650.73
HSL355.1º55.06%17.45%-
HSV(B)355.1º71.01%27.06%-
XYZ2.871.831.07-
YUV35.11121.73152.17-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.06%
GREEN value IS 20 (8.20% from 255) = 17.70%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=61.06%
G=17.70%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69202400.710.650.73355.155.0617.45
Hex45141804741491633711
Octal105243001071011115436721
Binary10001011010011000010001111000001100100110110001111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451418; }

 p { color: rgb(69,20,24); }

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

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

 a { background-color: rgb(69,20,24); }

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

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

 span { border-color: rgb(69,20,24); }

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