#43010D

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

Shades of Rustic Red #43010D

Tints of Rustic Red #43010D

Color information

#43010D (or 0x43010D) is unknown color: approx Rustic Red. HEX triplet: 43, 01 and 0D. RGB value is (67,1,13). Sum of RGB (Red+Green+Blue) = 67+1+13=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 1 (0.78% from 255 or 1.23% from 81); Blue value is 13 (5.47% from 255 or 16.05% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #43010D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43010D is #BCFEF2. Grayscale: #161616. Windows color (decimal): -12386035 or 852291. OLE color: 852291.

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

Color convert

RGB67113-
CMYK00.990.810.74
HSL349.09º97.06%13.33%-
HSV(B)349.09º98.51%26.27%-
XYZ2.41.240.49-
YUV22.1122.87160.02-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 82.72%
GREEN value IS 1 (0.78% from 255) = 1.23%
BLUE value IS 13 (5.47% from 255) = 16.05%
R=82.72%
G=1.23%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6711300.990.810.74349.0997.0613.33
Hex431D063514A15d61d
Octal103115014312111253514115
Binary100001111101011000111010001100101010101110111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43010D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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