#450113

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

Shades of Rustic Red #450113

Tints of Rustic Red #450113

Color information

#450113 (or 0x450113) is unknown color: approx Rustic Red. HEX triplet: 45, 01 and 13. RGB value is (69,1,19). Sum of RGB (Red+Green+Blue) = 69+1+19=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 19 (7.81% from 255 or 21.35% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #450113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450113 is #BAFEEC. Grayscale: #171717. Windows color (decimal): -12254957 or 1245509. OLE color: 1245509.

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

Color convert

RGB69119-
CMYK00.990.720.73
HSL344.12º97.14%13.73%-
HSV(B)344.12º98.55%27.06%-
XYZ2.581.330.74-
YUV23.38125.53160.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 77.53%
GREEN value IS 1 (0.78% from 255) = 1.12%
BLUE value IS 19 (7.81% from 255) = 21.35%
R=77.53%
G=1.12%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6911900.990.720.73344.1297.1413.73
Hex45113063484915861e
Octal105123014311011153014116
Binary1000101110011011000111001000100100110101100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450113; }

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

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

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

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

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

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

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

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