#450C0D

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

Shades of Rustic Red #450C0D

Tints of Rustic Red #450C0D

Color information

#450C0D (or 0x450C0D) is unknown color: approx Rustic Red. HEX triplet: 45, 0C and 0D. RGB value is (69,12,13). Sum of RGB (Red+Green+Blue) = 69+12+13=94 (12% of max value = 765). Red value is 69 (27.34% from 255 or 73.40% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 13 (5.47% from 255 or 13.83% from 94); Max value from RGB is 69 - color contains mainly: red. Hex color #450C0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450C0D is #BAF3F2. Grayscale: #1D1D1D. Windows color (decimal): -12252147 or 855109. OLE color: 855109.

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

Color convert

RGB691213-
CMYK00.830.810.73
HSL358.95º70.37%15.88%-
HSV(B)358.95º82.61%27.06%-
XYZ2.661.560.54-
YUV29.16118.88156.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 73.40%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 13 (5.47% from 255) = 13.83%
R=73.40%
G=12.77%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.81
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69121300.830.810.73358.9570.3715.88
Hex45CD05351491674610
Octal1051415012312111154710620
Binary1000101110011010101001110100011001001101100111100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #450C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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