#43020D

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

Shades of Rustic Red #43020D

Tints of Rustic Red #43020D

Color information

#43020D (or 0x43020D) is unknown color: approx Rustic Red. HEX triplet: 43, 02 and 0D. RGB value is (67,2,13). Sum of RGB (Red+Green+Blue) = 67+2+13=82 (10% of max value = 765). Red value is 67 (26.56% from 255 or 81.71% from 82); Green value is 2 (1.17% from 255 or 2.44% from 82); Blue value is 13 (5.47% from 255 or 15.85% from 82); Max value from RGB is 67 - color contains mainly: red. Hex color #43020D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43020D is #BCFDF2. Grayscale: #161616. Windows color (decimal): -12385779 or 852547. OLE color: 852547.

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

Color convert

RGB67213-
CMYK00.970.810.74
HSL349.85º94.2%13.53%-
HSV(B)349.85º97.01%26.27%-
XYZ2.411.270.5-
YUV22.69122.53159.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 81.71%
GREEN value IS 2 (1.17% from 255) = 2.44%
BLUE value IS 13 (5.47% from 255) = 15.85%
R=81.71%
G=2.44%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6721300.970.810.74349.8594.213.53
Hex432D061514A15e5ee
Octal103215014112111253613616
Binary1000011101101011000011010001100101010101111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43020D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43020D; }

 p { color: rgb(67,2,13); }

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

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

 a { background-color: rgb(67,2,13); }

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

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

 span { border-color: rgb(67,2,13); }

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