#450713

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

Shades of Rustic Red #450713

Tints of Rustic Red #450713

Color information

#450713 (or 0x450713) is unknown color: approx Rustic Red. HEX triplet: 45, 07 and 13. RGB value is (69,7,19). Sum of RGB (Red+Green+Blue) = 69+7+19=95 (12% of max value = 765). Red value is 69 (27.34% from 255 or 72.63% from 95); Green value is 7 (3.12% from 255 or 7.37% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 69 - color contains mainly: red. Hex color #450713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450713 is #BAF8EC. Grayscale: #1A1A1A. Windows color (decimal): -12253421 or 1247045. OLE color: 1247045.

HSL color Cylindrical-coordinate representation of color #450713: hue angle of 348.39º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #450713 is Cyan = 0, Magento = 0.90, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB69719-
CMYK00.900.720.73
HSL348.39º81.58%14.9%-
HSV(B)348.39º89.86%27.06%-
XYZ2.651.460.76-
YUV26.91123.54158.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 72.63%
GREEN value IS 7 (3.12% from 255) = 7.37%
BLUE value IS 19 (7.81% from 255) = 20%
R=72.63%
G=7.37%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6971900.900.720.73348.3981.5814.9
Hex4571305A484915c52f
Octal105723013211011153412217
Binary100010111110011010110101001000100100110101110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450713; }

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

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

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

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

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

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

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

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