#430416

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

Shades of Rustic Red #430416

Tints of Rustic Red #430416

Color information

#430416 (or 0x430416) is unknown color: approx Rustic Red. HEX triplet: 43, 04 and 16. RGB value is (67,4,22). Sum of RGB (Red+Green+Blue) = 67+4+22=93 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.04% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 67 - color contains mainly: red. Hex color #430416 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430416 is #BCFBE9. Grayscale: #181818. Windows color (decimal): -12385258 or 1442883. OLE color: 1442883.

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

Color convert

RGB67422-
CMYK00.940.670.74
HSL342.86º88.73%13.92%-
HSV(B)342.86º94.03%26.27%-
XYZ2.51.340.89-
YUV24.89126.37158.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 72.04%
GREEN value IS 4 (1.95% from 255) = 4.30%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=72.04%
G=4.30%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.67
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6742200.940.670.74342.8688.7313.92
Hex4341605E434A15759e
Octal103426013610311252713116
Binary100001110010110010111101000011100101010101011110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430416; }

 p { color: rgb(67,4,22); }

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

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

 a { background-color: rgb(67,4,22); }

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

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

 span { border-color: rgb(67,4,22); }

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