#431415

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

Shades of Rustic Red #431415

Tints of Rustic Red #431415

Color information

#431415 (or 0x431415) is unknown color: approx Rustic Red. HEX triplet: 43, 14 and 15. RGB value is (67,20,21). Sum of RGB (Red+Green+Blue) = 67+20+21=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 20 (8.20% from 255 or 18.52% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #431415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431415 is #BCEBEA. Grayscale: #222222. Windows color (decimal): -12381163 or 1381443. OLE color: 1381443.

HSL color Cylindrical-coordinate representation of color #431415: hue angle of 358.72º degrees, saturation: 0.54, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #431415 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.74.

Color convert

RGB672021-
CMYK00.700.690.74
HSL358.72º54.02%17.06%-
HSV(B)358.72º70.15%26.27%-
XYZ2.71.750.9-
YUV34.17120.57151.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 62.04%
GREEN value IS 20 (8.20% from 255) = 18.52%
BLUE value IS 21 (8.59% from 255) = 19.44%
R=62.04%
G=18.52%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67202100.700.690.74358.7254.0217.06
Hex431415046454A1673611
Octal103242501061051125476621
Binary10000111010010101010001101000101100101010110011111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431415; }

 p { color: rgb(67,20,21); }

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

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

 a { background-color: rgb(67,20,21); }

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

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

 span { border-color: rgb(67,20,21); }

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