#430919

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

Shades of Rustic Red #430919

Tints of Rustic Red #430919

Color information

#430919 (or 0x430919) is unknown color: approx Rustic Red. HEX triplet: 43, 09 and 19. RGB value is (67,9,25). Sum of RGB (Red+Green+Blue) = 67+9+25=101 (13% of max value = 765). Red value is 67 (26.56% from 255 or 66.34% from 101); Green value is 9 (3.91% from 255 or 8.91% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 67 - color contains mainly: red. Hex color #430919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430919 is #BCF6E6. Grayscale: #1C1C1C. Windows color (decimal): -12383975 or 1640771. OLE color: 1640771.

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

Color convert

RGB67925-
CMYK00.870.630.74
HSL343.45º76.32%14.9%-
HSV(B)343.45º86.57%26.27%-
XYZ2.591.461.06-
YUV28.17126.22155.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 66.34%
GREEN value IS 9 (3.91% from 255) = 8.91%
BLUE value IS 25 (10.16% from 255) = 24.75%
R=66.34%
G=8.91%
B=24.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6792500.870.630.74343.4576.3214.9
Hex439190573F4A1574cf
Octal103113101277711252711417
Binary100001110011100101010111111111100101010101011110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430919; }

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

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

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

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

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

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

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

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