#43030A

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

Shades of Rustic Red #43030A

Tints of Rustic Red #43030A

Color information

#43030A (or 0x43030A) is unknown color: approx Rustic Red. HEX triplet: 43, 03 and 0A. RGB value is (67,3,10). Sum of RGB (Red+Green+Blue) = 67+3+10=80 (10% of max value = 765). Red value is 67 (26.56% from 255 or 83.75% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 67 - color contains mainly: red. Hex color #43030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43030A is #BCFCF5. Grayscale: #161616. Windows color (decimal): -12385526 or 656195. OLE color: 656195.

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

Color convert

RGB67310-
CMYK00.960.850.74
HSL353.44º91.43%13.73%-
HSV(B)353.44º95.52%26.27%-
XYZ2.41.280.41-
YUV22.93120.7159.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 83.75%
GREEN value IS 3 (1.56% from 255) = 3.75%
BLUE value IS 10 (4.30% from 255) = 12.5%
R=83.75%
G=3.75%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6731000.960.850.74353.4491.4313.73
Hex433A060554A1615be
Octal103312014012511254113316
Binary1000011111010011000001010101100101010110000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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