#430311

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

Shades of Rustic Red #430311

Tints of Rustic Red #430311

Color information

#430311 (or 0x430311) is unknown color: approx Rustic Red. HEX triplet: 43, 03 and 11. RGB value is (67,3,17). Sum of RGB (Red+Green+Blue) = 67+3+17=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 17 (7.03% from 255 or 19.54% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #430311 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430311 is #BCFCEE. Grayscale: #171717. Windows color (decimal): -12385519 or 1114947. OLE color: 1114947.

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

Color convert

RGB67317-
CMYK00.960.750.74
HSL346.88º91.43%13.73%-
HSV(B)346.88º95.52%26.27%-
XYZ2.451.30.65-
YUV23.73124.2158.86-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 77.01%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 17 (7.03% from 255) = 19.54%
R=77.01%
G=3.45%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.75
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6731700.960.750.74346.8891.4313.73
Hex433110604B4A15b5be
Octal103321014011311253313316
Binary10000111110001011000001001011100101010101101110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430311; }

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

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

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

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

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

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

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

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