#431017

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

Shades of Rustic Red #431017

Tints of Rustic Red #431017

Color information

#431017 (or 0x431017) is unknown color: approx Rustic Red. HEX triplet: 43, 10 and 17. RGB value is (67,16,23). Sum of RGB (Red+Green+Blue) = 67+16+23=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 16 (6.64% from 255 or 15.09% from 106); Blue value is 23 (9.38% from 255 or 21.70% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431017 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #431017 is #BCEFE8. Grayscale: #202020. Windows color (decimal): -12382185 or 1511491. OLE color: 1511491.

HSL color Cylindrical-coordinate representation of color #431017: hue angle of 351.76º 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 #431017 is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB671623-
CMYK00.760.660.74
HSL351.76º61.45%16.27%-
HSV(B)351.76º76.12%26.27%-
XYZ2.651.630.98-
YUV32.05122.9152.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 16 (6.64% from 255) = 15.09%
BLUE value IS 23 (9.38% from 255) = 21.70%
R=63.21%
G=15.09%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67162300.760.660.74351.7661.4516.27
Hex43101704C424A1603d10
Octal103202701141021125407520
Binary10000111000010111010011001000010100101010110000011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #431017; }

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

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

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

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

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

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

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

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