#43030C

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

Shades of Rustic Red #43030C

Tints of Rustic Red #43030C

Color information

#43030C (or 0x43030C) is unknown color: approx Rustic Red. HEX triplet: 43, 03 and 0C. RGB value is (67,3,12). Sum of RGB (Red+Green+Blue) = 67+3+12=82 (10% of max value = 765). Red value is 67 (26.56% from 255 or 81.71% from 82); Green value is 3 (1.56% from 255 or 3.66% from 82); Blue value is 12 (5.08% from 255 or 14.63% from 82); Max value from RGB is 67 - color contains mainly: red. Hex color #43030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43030C is #BCFCF3. Grayscale: #171717. Windows color (decimal): -12385524 or 787267. OLE color: 787267.

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

Color convert

RGB67312-
CMYK00.960.820.74
HSL351.56º91.43%13.73%-
HSV(B)351.56º95.52%26.27%-
XYZ2.411.280.47-
YUV23.16121.7159.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 81.71%
GREEN value IS 3 (1.56% from 255) = 3.66%
BLUE value IS 12 (5.08% from 255) = 14.63%
R=81.71%
G=3.66%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.82
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6731200.960.820.74351.5691.4313.73
Hex433C060524A1605be
Octal103314014012211254013316
Binary1000011111100011000001010010100101010110000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43030C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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