#430913

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

Shades of Rustic Red #430913

Tints of Rustic Red #430913

Color information

#430913 (or 0x430913) is unknown color: approx Rustic Red. HEX triplet: 43, 09 and 13. RGB value is (67,9,19). Sum of RGB (Red+Green+Blue) = 67+9+19=95 (12% of max value = 765). Red value is 67 (26.56% from 255 or 70.53% from 95); Green value is 9 (3.91% from 255 or 9.47% from 95); Blue value is 19 (7.81% from 255 or 20% from 95); Max value from RGB is 67 - color contains mainly: red. Hex color #430913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430913 is #BCF6EC. Grayscale: #1B1B1B. Windows color (decimal): -12383981 or 1247555. OLE color: 1247555.

HSL color Cylindrical-coordinate representation of color #430913: hue angle of 349.66º 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 #430913 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB67919-
CMYK00.870.720.74
HSL349.66º76.32%14.9%-
HSV(B)349.66º86.57%26.27%-
XYZ2.531.440.76-
YUV27.48123.22156.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 70.53%
GREEN value IS 9 (3.91% from 255) = 9.47%
BLUE value IS 19 (7.81% from 255) = 20%
R=70.53%
G=9.47%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.72
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6791900.870.720.74349.6676.3214.9
Hex43913057484A15e4cf
Octal1031123012711011253611417
Binary1000011100110011010101111001000100101010101111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430913; }

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

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

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

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

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

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

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

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