#450B0D

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

Shades of Rustic Red #450B0D

Tints of Rustic Red #450B0D

Color information

#450B0D (or 0x450B0D) is unknown color: approx Rustic Red. HEX triplet: 45, 0B and 0D. RGB value is (69,11,13). Sum of RGB (Red+Green+Blue) = 69+11+13=93 (12% of max value = 765). Red value is 69 (27.34% from 255 or 74.19% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 13 (5.47% from 255 or 13.98% from 93); Max value from RGB is 69 - color contains mainly: red. Hex color #450B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450B0D is #BAF4F2. Grayscale: #1C1C1C. Windows color (decimal): -12252403 or 854853. OLE color: 854853.

HSL color Cylindrical-coordinate representation of color #450B0D: hue angle of 357.93º 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 #450B0D is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB691113-
CMYK00.840.810.73
HSL357.93º72.5%15.69%-
HSV(B)357.93º84.06%27.06%-
XYZ2.651.530.54-
YUV28.57119.22156.84-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 74.19%
GREEN value IS 11 (4.69% from 255) = 11.83%
BLUE value IS 13 (5.47% from 255) = 13.98%
R=74.19%
G=11.83%
B=13.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69111300.840.810.73357.9372.515.69
Hex45BD05451491664810
Octal1051315012412111154611020
Binary1000101101111010101010010100011001001101100110100100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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