#43070D

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

Shades of Rustic Red #43070D

Tints of Rustic Red #43070D

Color information

#43070D (or 0x43070D) is unknown color: approx Rustic Red. HEX triplet: 43, 07 and 0D. RGB value is (67,7,13). Sum of RGB (Red+Green+Blue) = 67+7+13=87 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.01% from 87); Green value is 7 (3.12% from 255 or 8.05% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 67 - color contains mainly: red. Hex color #43070D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43070D is #BCF8F2. Grayscale: #191919. Windows color (decimal): -12384499 or 853827. OLE color: 853827.

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

Color convert

RGB67713-
CMYK00.900.810.74
HSL354º81.08%14.51%-
HSV(B)354º89.55%26.27%-
XYZ2.461.370.52-
YUV25.62120.88157.51-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 77.01%
GREEN value IS 7 (3.12% from 255) = 8.05%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=77.01%
G=8.05%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6771300.900.810.7435481.0814.51
Hex437D05A514A16251f
Octal103715013212111254212117
Binary10000111111101010110101010001100101010110001010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43070D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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