#450F10

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

Shades of Rustic Red #450F10

Tints of Rustic Red #450F10

Color information

#450F10 (or 0x450F10) is unknown color: approx Rustic Red. HEX triplet: 45, 0F and 10. RGB value is (69,15,16). Sum of RGB (Red+Green+Blue) = 69+15+16=100 (13% of max value = 765). Red value is 69 (27.34% from 255 or 69% from 100); Green value is 15 (6.25% from 255 or 15% from 100); Blue value is 16 (6.64% from 255 or 16% from 100); Max value from RGB is 69 - color contains mainly: red. Hex color #450F10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450F10 is #BAF0EF. Grayscale: #1F1F1F. Windows color (decimal): -12251376 or 1052485. OLE color: 1052485.

HSL color Cylindrical-coordinate representation of color #450F10: hue angle of 358.89º degrees, saturation: 0.64, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #450F10 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB691516-
CMYK00.780.770.73
HSL358.89º64.29%16.47%-
HSV(B)358.89º78.26%27.06%-
XYZ2.721.640.66-
YUV31.26119.39154.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 69%
GREEN value IS 15 (6.25% from 255) = 15%
BLUE value IS 16 (6.64% from 255) = 16%
R=69%
G=15%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69151600.780.770.73358.8964.2916.47
Hex45F1004E4D491674010
Octal1051720011611511154710020
Binary10001011111100000100111010011011001001101100111100000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,15,16); }

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

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

 a { background-color: rgb(69,15,16); }

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

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

 span { border-color: rgb(69,15,16); }

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