#451213

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

Shades of Rustic Red #451213

Tints of Rustic Red #451213

Color information

#451213 (or 0x451213) is unknown color: approx Rustic Red. HEX triplet: 45, 12 and 13. RGB value is (69,18,19). Sum of RGB (Red+Green+Blue) = 69+18+19=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 18 (7.42% from 255 or 16.98% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451213 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451213 is #BAEDEC. Grayscale: #212121. Windows color (decimal): -12250605 or 1249861. OLE color: 1249861.

HSL color Cylindrical-coordinate representation of color #451213: hue angle of 358.82º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451213 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB691819-
CMYK00.740.720.73
HSL358.82º58.62%17.06%-
HSV(B)358.82º73.91%27.06%-
XYZ2.791.740.81-
YUV33.36119.9153.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 65.09%
GREEN value IS 18 (7.42% from 255) = 16.98%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=65.09%
G=16.98%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69181900.740.720.73358.8258.6217.06
Hex45121304A48491673b11
Octal105222301121101115477321
Binary10001011001010011010010101001000100100110110011111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #451213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #451213; }

 p { color: rgb(69,18,19); }

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

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

 a { background-color: rgb(69,18,19); }

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

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

 span { border-color: rgb(69,18,19); }

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