#430211

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

Shades of Rustic Red #430211

Tints of Rustic Red #430211

Color information

#430211 (or 0x430211) is unknown color: approx Rustic Red. HEX triplet: 43, 02 and 11. RGB value is (67,2,17). Sum of RGB (Red+Green+Blue) = 67+2+17=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 2 (1.17% from 255 or 2.33% from 86); Blue value is 17 (7.03% from 255 or 19.77% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #430211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430211 is #BCFDEE. Grayscale: #171717. Windows color (decimal): -12385775 or 1114691. OLE color: 1114691.

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

Color convert

RGB67217-
CMYK00.970.750.74
HSL346.15º94.2%13.53%-
HSV(B)346.15º97.01%26.27%-
XYZ2.441.280.65-
YUV23.14124.53159.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 77.91%
GREEN value IS 2 (1.17% from 255) = 2.33%
BLUE value IS 17 (7.03% from 255) = 19.77%
R=77.91%
G=2.33%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6721700.970.750.74346.1594.213.53
Hex432110614B4A15a5ee
Octal103221014111311253213616
Binary10000111010001011000011001011100101010101101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430211; }

 p { color: rgb(67,2,17); }

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

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

 a { background-color: rgb(67,2,17); }

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

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

 span { border-color: rgb(67,2,17); }

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