#45000D

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

Shades of Rustic Red #45000D

Tints of Rustic Red #45000D

Color information

#45000D (or 0x45000D) is unknown color: approx Rustic Red. HEX triplet: 45, 00 and 0D. RGB value is (69,0,13). Sum of RGB (Red+Green+Blue) = 69+0+13=82 (10% of max value = 765). Red value is 69 (27.34% from 255 or 84.15% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 69 - color contains mainly: red. Hex color #45000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #45000D is #BAFFF2. Grayscale: #161616. Windows color (decimal): -12255219 or 852037. OLE color: 852037.

HSL color Cylindrical-coordinate representation of color #45000D: hue angle of 348.7º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #45000D is Cyan = 0, Magento = 1, Yellow = 0.81 and Black (K on CMYK) = 0.73.

Color convert

RGB69013-
CMYK010.810.73
HSL348.7º100%13.53%-
HSV(B)348.7º100%27.06%-
XYZ2.531.290.5-
YUV22.11122.86161.44-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 84.15%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=84.15%
G=0%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69013010.810.73348.710013.53
Hex450D064514915d64e
Octal105015014412111153514416
Binary100010101101011001001010001100100110101110111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45000D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45000D; }

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

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

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

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

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

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

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

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