#451319

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

Shades of Rustic Red #451319

Tints of Rustic Red #451319

Color information

#451319 (or 0x451319) is unknown color: approx Rustic Red. HEX triplet: 45, 13 and 19. RGB value is (69,19,25). Sum of RGB (Red+Green+Blue) = 69+19+25=113 (14% of max value = 765). Red value is 69 (27.34% from 255 or 61.06% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 25 (10.16% from 255 or 22.12% from 113); Max value from RGB is 69 - color contains mainly: red. Hex color #451319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451319 is #BAECE6. Grayscale: #222222. Windows color (decimal): -12250343 or 1643333. OLE color: 1643333.

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

Color convert

RGB691925-
CMYK00.720.640.73
HSL352.8º56.82%17.25%-
HSV(B)352.8º72.46%27.06%-
XYZ2.861.81.12-
YUV34.63122.56152.51-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 61.06%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 25 (10.16% from 255) = 22.12%
R=61.06%
G=16.81%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69192500.720.640.73352.856.8217.25
Hex45131904840491613911
Octal105233101101001115417121
Binary10001011001111001010010001000000100100110110000111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451319; }

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

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

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

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

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

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

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

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