#450A13

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

Shades of Rustic Red #450A13

Tints of Rustic Red #450A13

Color information

#450A13 (or 0x450A13) is unknown color: approx Rustic Red. HEX triplet: 45, 0A and 13. RGB value is (69,10,19). Sum of RGB (Red+Green+Blue) = 69+10+19=98 (12% of max value = 765). Red value is 69 (27.34% from 255 or 70.41% from 98); Green value is 10 (4.30% from 255 or 10.20% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 69 - color contains mainly: red. Hex color #450A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450A13 is #BAF5EC. Grayscale: #1C1C1C. Windows color (decimal): -12252653 or 1247813. OLE color: 1247813.

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

Color convert

RGB691019-
CMYK00.860.720.73
HSL350.85º74.68%15.49%-
HSV(B)350.85º85.51%27.06%-
XYZ2.681.530.77-
YUV28.67122.55156.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 70.41%
GREEN value IS 10 (4.30% from 255) = 10.20%
BLUE value IS 19 (7.81% from 255) = 19.39%
R=70.41%
G=10.20%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69101900.860.720.73350.8574.6815.49
Hex45A13056484915f4bf
Octal1051223012611011153711317
Binary1000101101010011010101101001000100100110101111110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #450A13; }

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

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

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

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

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

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

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

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