#430D14

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

Shades of Rustic Red #430D14

Tints of Rustic Red #430D14

Color information

#430D14 (or 0x430D14) is unknown color: approx Rustic Red. HEX triplet: 43, 0D and 14. RGB value is (67,13,20). Sum of RGB (Red+Green+Blue) = 67+13+20=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #430D14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D14 is #BCF2EB. Grayscale: #1D1D1D. Windows color (decimal): -12382956 or 1314115. OLE color: 1314115.

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

Color convert

RGB671320-
CMYK00.810.700.74
HSL352.22º67.5%15.69%-
HSV(B)352.22º80.6%26.27%-
XYZ2.581.530.82-
YUV29.94122.39154.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67%
GREEN value IS 13 (5.47% from 255) = 13%
BLUE value IS 20 (8.20% from 255) = 20%
R=67%
G=13%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67132000.810.700.74352.2267.515.69
Hex43D14051464A1604410
Octal1031524012110611254010420
Binary10000111101101000101000110001101001010101100000100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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