#43090C

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

Shades of Rustic Red #43090C

Tints of Rustic Red #43090C

Color information

#43090C (or 0x43090C) is unknown color: approx Rustic Red. HEX triplet: 43, 09 and 0C. RGB value is (67,9,12). Sum of RGB (Red+Green+Blue) = 67+9+12=88 (11% of max value = 765). Red value is 67 (26.56% from 255 or 76.14% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 67 - color contains mainly: red. Hex color #43090C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43090C is #BCF6F3. Grayscale: #1A1A1A. Windows color (decimal): -12383988 or 788803. OLE color: 788803.

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

Color convert

RGB67912-
CMYK00.870.820.74
HSL356.9º76.32%14.9%-
HSV(B)356.9º86.57%26.27%-
XYZ2.481.420.49-
YUV26.68119.72156.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 76.14%
GREEN value IS 9 (3.91% from 255) = 10.23%
BLUE value IS 12 (5.08% from 255) = 13.64%
R=76.14%
G=10.23%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6791200.870.820.74356.976.3214.9
Hex439C057524A1654cf
Octal1031114012712211254511417
Binary100001110011100010101111010010100101010110010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43090C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43090C; }

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

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

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

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

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

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

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

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