#450B10

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

Shades of Rustic Red #450B10

Tints of Rustic Red #450B10

Color information

#450B10 (or 0x450B10) is unknown color: approx Rustic Red. HEX triplet: 45, 0B and 10. RGB value is (69,11,16). Sum of RGB (Red+Green+Blue) = 69+11+16=96 (12% of max value = 765). Red value is 69 (27.34% from 255 or 71.88% from 96); Green value is 11 (4.69% from 255 or 11.46% from 96); Blue value is 16 (6.64% from 255 or 16.67% from 96); Max value from RGB is 69 - color contains mainly: red. Hex color #450B10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B10 is #BAF4EF. Grayscale: #1C1C1C. Windows color (decimal): -12252400 or 1051461. OLE color: 1051461.

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

Color convert

RGB691116-
CMYK00.840.770.73
HSL354.83º72.5%15.69%-
HSV(B)354.83º84.06%27.06%-
XYZ2.671.540.65-
YUV28.91120.72156.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 71.88%
GREEN value IS 11 (4.69% from 255) = 11.46%
BLUE value IS 16 (6.64% from 255) = 16.67%
R=71.88%
G=11.46%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69111600.840.770.73354.8372.515.69
Hex45B100544D491634810
Octal1051320012411511154311020
Binary10001011011100000101010010011011001001101100011100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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