#430915

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

Shades of Rustic Red #430915

Tints of Rustic Red #430915

Color information

#430915 (or 0x430915) is unknown color: approx Rustic Red. HEX triplet: 43, 09 and 15. RGB value is (67,9,21). Sum of RGB (Red+Green+Blue) = 67+9+21=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 9 (3.91% from 255 or 9.28% from 97); Blue value is 21 (8.59% from 255 or 21.65% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #430915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430915 is #BCF6EA. Grayscale: #1B1B1B. Windows color (decimal): -12383979 or 1378627. OLE color: 1378627.

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

Color convert

RGB67921-
CMYK00.870.690.74
HSL347.59º76.32%14.9%-
HSV(B)347.59º86.57%26.27%-
XYZ2.551.440.85-
YUV27.71124.22156.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.07%
GREEN value IS 9 (3.91% from 255) = 9.28%
BLUE value IS 21 (8.59% from 255) = 21.65%
R=69.07%
G=9.28%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6792100.870.690.74347.5976.3214.9
Hex43915057454A15c4cf
Octal1031125012710511253411417
Binary1000011100110101010101111000101100101010101110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430915; }

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

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

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

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

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

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

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

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