#43040A

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

Shades of Rustic Red #43040A

Tints of Rustic Red #43040A

Color information

#43040A (or 0x43040A) is unknown color: approx Rustic Red. HEX triplet: 43, 04 and 0A. RGB value is (67,4,10). Sum of RGB (Red+Green+Blue) = 67+4+10=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 4 (1.95% from 255 or 4.94% from 81); Blue value is 10 (4.30% from 255 or 12.35% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #43040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43040A is #BCFBF5. Grayscale: #171717. Windows color (decimal): -12385270 or 656451. OLE color: 656451.

HSL color Cylindrical-coordinate representation of color #43040A: hue angle of 354.29º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43040A is Cyan = 0, Magento = 0.94, Yellow = 0.85 and Black (K on CMYK) = 0.74.

Color convert

RGB67410-
CMYK00.940.850.74
HSL354.29º88.73%13.92%-
HSV(B)354.29º94.03%26.27%-
XYZ2.411.30.41-
YUV23.52120.37159.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 82.72%
GREEN value IS 4 (1.95% from 255) = 4.94%
BLUE value IS 10 (4.30% from 255) = 12.35%
R=82.72%
G=4.94%
B=12.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6741000.940.850.74354.2988.7313.92
Hex434A05E554A16259e
Octal103412013612511254213116
Binary10000111001010010111101010101100101010110001010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43040A; }

 p { color: rgb(67,4,10); }

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

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

 a { background-color: rgb(67,4,10); }

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

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

 span { border-color: rgb(67,4,10); }

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