#431013

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

Shades of Rustic Red #431013

Tints of Rustic Red #431013

Color information

#431013 (or 0x431013) is unknown color: approx Rustic Red. HEX triplet: 43, 10 and 13. RGB value is (67,16,19). Sum of RGB (Red+Green+Blue) = 67+16+19=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 16 (6.64% from 255 or 15.69% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #431013 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431013 is #BCEFEC. Grayscale: #1F1F1F. Windows color (decimal): -12382189 or 1249347. OLE color: 1249347.

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

Color convert

RGB671619-
CMYK00.760.720.74
HSL356.47º61.45%16.27%-
HSV(B)356.47º76.12%26.27%-
XYZ2.621.610.79-
YUV31.59120.9153.26-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.69%
GREEN value IS 16 (6.64% from 255) = 15.69%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=65.69%
G=15.69%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67161900.760.720.74356.4761.4516.27
Hex43101304C484A1643d10
Octal103202301141101125447520
Binary10000111000010011010011001001000100101010110010011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431013; }

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

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

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

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

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

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

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

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