#430412

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

Shades of Rustic Red #430412

Tints of Rustic Red #430412

Color information

#430412 (or 0x430412) is unknown color: approx Rustic Red. HEX triplet: 43, 04 and 12. RGB value is (67,4,18). Sum of RGB (Red+Green+Blue) = 67+4+18=89 (11% of max value = 765). Red value is 67 (26.56% from 255 or 75.28% from 89); Green value is 4 (1.95% from 255 or 4.49% from 89); Blue value is 18 (7.42% from 255 or 20.22% from 89); Max value from RGB is 67 - color contains mainly: red. Hex color #430412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430412 is #BCFBED. Grayscale: #181818. Windows color (decimal): -12385262 or 1180739. OLE color: 1180739.

HSL color Cylindrical-coordinate representation of color #430412: hue angle of 346.67º 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 #430412 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB67418-
CMYK00.940.730.74
HSL346.67º88.73%13.92%-
HSV(B)346.67º94.03%26.27%-
XYZ2.471.320.7-
YUV24.43124.37158.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 75.28%
GREEN value IS 4 (1.95% from 255) = 4.49%
BLUE value IS 18 (7.42% from 255) = 20.22%
R=75.28%
G=4.49%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6741800.940.730.74346.6788.7313.92
Hex4341205E494A15b59e
Octal103422013611111253313116
Binary100001110010010010111101001001100101010101101110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430412; }

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

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

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

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

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

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

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

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