#430D1A

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

Shades of Rustic Red #430D1A

Tints of Rustic Red #430D1A

Color information

#430D1A (or 0x430D1A) is unknown color: approx Rustic Red. HEX triplet: 43, 0D and 1A. RGB value is (67,13,26). Sum of RGB (Red+Green+Blue) = 67+13+26=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 13 (5.47% from 255 or 12.26% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #430D1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430D1A is #BCF2E5. Grayscale: #1E1E1E. Windows color (decimal): -12382950 or 1707331. OLE color: 1707331.

HSL color Cylindrical-coordinate representation of color #430D1A: hue angle of 345.56º 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 #430D1A is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB671326-
CMYK00.810.610.74
HSL345.56º67.5%15.69%-
HSV(B)345.56º80.6%26.27%-
XYZ2.651.561.14-
YUV30.63125.39153.94-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 13 (5.47% from 255) = 12.26%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=63.21%
G=12.26%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67132600.810.610.74345.5667.515.69
Hex43D1A0513D4A15a4410
Octal103153201217511253210420
Binary1000011110111010010100011111011001010101011010100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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