#431318

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

Shades of Rustic Red #431318

Tints of Rustic Red #431318

Color information

#431318 (or 0x431318) is unknown color: approx Rustic Red. HEX triplet: 43, 13 and 18. RGB value is (67,19,24). Sum of RGB (Red+Green+Blue) = 67+19+24=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 19 (7.81% from 255 or 17.27% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #431318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431318 is #BCECE7. Grayscale: #212121. Windows color (decimal): -12381416 or 1577795. OLE color: 1577795.

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

Color convert

RGB671924-
CMYK00.720.640.74
HSL353.75º55.81%16.86%-
HSV(B)353.75º71.64%26.27%-
XYZ2.711.721.05-
YUV33.92122.4151.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 60.91%
GREEN value IS 19 (7.81% from 255) = 17.27%
BLUE value IS 24 (9.77% from 255) = 21.82%
R=60.91%
G=17.27%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67192400.720.640.74353.7555.8116.86
Hex431318048404A1623811
Octal103233001101001125427021
Binary10000111001111000010010001000000100101010110001011100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431318; }

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

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

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

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

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

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

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

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