#43060D

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

Shades of Rustic Red #43060D

Tints of Rustic Red #43060D

Color information

#43060D (or 0x43060D) is unknown color: approx Rustic Red. HEX triplet: 43, 06 and 0D. RGB value is (67,6,13). Sum of RGB (Red+Green+Blue) = 67+6+13=86 (11% of max value = 765). Red value is 67 (26.56% from 255 or 77.91% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 13 (5.47% from 255 or 15.12% from 86); Max value from RGB is 67 - color contains mainly: red. Hex color #43060D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43060D is #BCF9F2. Grayscale: #191919. Windows color (decimal): -12384755 or 853571. OLE color: 853571.

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

Color convert

RGB67613-
CMYK00.910.810.74
HSL353.11º83.56%14.31%-
HSV(B)353.11º91.04%26.27%-
XYZ2.451.350.51-
YUV25.04121.21157.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 77.91%
GREEN value IS 6 (2.73% from 255) = 6.98%
BLUE value IS 13 (5.47% from 255) = 15.12%
R=77.91%
G=6.98%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6761300.910.810.74353.1183.5614.31
Hex436D05B514A16154e
Octal103615013312111254112416
Binary10000111101101010110111010001100101010110000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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