#430513

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

Shades of Rustic Red #430513

Tints of Rustic Red #430513

Color information

#430513 (or 0x430513) is unknown color: approx Rustic Red. HEX triplet: 43, 05 and 13. RGB value is (67,5,19). Sum of RGB (Red+Green+Blue) = 67+5+19=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 19 (7.81% from 255 or 20.88% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430513 is #BCFAEC. Grayscale: #191919. Windows color (decimal): -12385005 or 1246531. OLE color: 1246531.

HSL color Cylindrical-coordinate representation of color #430513: hue angle of 346.45º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430513 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB67519-
CMYK00.930.720.74
HSL346.45º86.11%14.12%-
HSV(B)346.45º92.54%26.27%-
XYZ2.491.350.75-
YUV25.13124.54157.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 73.63%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 19 (7.81% from 255) = 20.88%
R=73.63%
G=5.49%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6751900.930.720.74346.4586.1114.12
Hex4351305D484A15a56e
Octal103523013511011253212616
Binary100001110110011010111011001000100101010101101010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430513; }

 p { color: rgb(67,5,19); }

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

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

 a { background-color: rgb(67,5,19); }

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

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

 span { border-color: rgb(67,5,19); }

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