#430509

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

Shades of Rustic Red #430509

Tints of Rustic Red #430509

Color information

#430509 (or 0x430509) is unknown color: approx Rustic Red. HEX triplet: 43, 05 and 09. RGB value is (67,5,9). Sum of RGB (Red+Green+Blue) = 67+5+9=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 9 (3.91% from 255 or 11.11% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #430509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430509 is #BCFAF6. Grayscale: #181818. Windows color (decimal): -12385015 or 591171. OLE color: 591171.

HSL color Cylindrical-coordinate representation of color #430509: hue angle of 356.13º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430509 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.74.

Color convert

RGB6759-
CMYK00.930.870.74
HSL356.13º86.11%14.12%-
HSV(B)356.13º92.54%26.27%-
XYZ2.421.320.39-
YUV23.99119.54158.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 82.72%
GREEN value IS 5 (2.34% from 255) = 6.17%
BLUE value IS 9 (3.91% from 255) = 11.11%
R=82.72%
G=6.17%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal675900.930.870.74356.1386.1114.12
Hex435905D574A16456e
Octal103511013512711254412616
Binary10000111011001010111011010111100101010110010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430509; }

 p { color: rgb(67,5,9); }

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

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

 a { background-color: rgb(67,5,9); }

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

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

 span { border-color: rgb(67,5,9); }

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