#430D15

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

Shades of Rustic Red #430D15

Tints of Rustic Red #430D15

Color information

#430D15 (or 0x430D15) is unknown color: approx Rustic Red. HEX triplet: 43, 0D and 15. RGB value is (67,13,21). Sum of RGB (Red+Green+Blue) = 67+13+21=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #430D15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D15 is #BCF2EA. Grayscale: #1E1E1E. Windows color (decimal): -12382955 or 1379651. OLE color: 1379651.

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

Color convert

RGB671321-
CMYK00.810.690.74
HSL351.11º67.5%15.69%-
HSV(B)351.11º80.6%26.27%-
XYZ2.591.540.87-
YUV30.06122.89154.35-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 13 (5.47% from 255) = 12.87%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=66.34%
G=12.87%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67132100.810.690.74351.1167.515.69
Hex43D15051454A15f4410
Octal1031525012110511253710420
Binary10000111101101010101000110001011001010101011111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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