#430D17

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

Shades of Rustic Red #430D17

Tints of Rustic Red #430D17

Color information

#430D17 (or 0x430D17) is unknown color: approx Rustic Red. HEX triplet: 43, 0D and 17. RGB value is (67,13,23). Sum of RGB (Red+Green+Blue) = 67+13+23=103 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.05% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 23 (9.38% from 255 or 22.33% from 103); Max value from RGB is 67 - color contains mainly: red. Hex color #430D17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D17 is #BCF2E8. Grayscale: #1E1E1E. Windows color (decimal): -12382953 or 1510723. OLE color: 1510723.

HSL color Cylindrical-coordinate representation of color #430D17: hue angle of 348.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #430D17 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.74.

Color convert

RGB671323-
CMYK00.810.660.74
HSL348.89º67.5%15.69%-
HSV(B)348.89º80.6%26.27%-
XYZ2.611.540.97-
YUV30.29123.89154.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 65.05%
GREEN value IS 13 (5.47% from 255) = 12.62%
BLUE value IS 23 (9.38% from 255) = 22.33%
R=65.05%
G=12.62%
B=22.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67132300.810.660.74348.8967.515.69
Hex43D17051424A15d4410
Octal1031527012110211253510420
Binary10000111101101110101000110000101001010101011101100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430D17; }

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

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

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

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

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

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

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

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