#43030D

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

Shades of Rustic Red #43030D

Tints of Rustic Red #43030D

Color information

#43030D (or 0x43030D) is unknown color: approx Rustic Red. HEX triplet: 43, 03 and 0D. RGB value is (67,3,13). Sum of RGB (Red+Green+Blue) = 67+3+13=83 (10% of max value = 765). Red value is 67 (26.56% from 255 or 80.72% from 83); Green value is 3 (1.56% from 255 or 3.61% from 83); Blue value is 13 (5.47% from 255 or 15.66% from 83); Max value from RGB is 67 - color contains mainly: red. Hex color #43030D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43030D is #BCFCF2. Grayscale: #171717. Windows color (decimal): -12385523 or 852803. OLE color: 852803.

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

Color convert

RGB67313-
CMYK00.960.810.74
HSL350.62º91.43%13.73%-
HSV(B)350.62º95.52%26.27%-
XYZ2.421.290.5-
YUV23.28122.2159.19-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 80.72%
GREEN value IS 3 (1.56% from 255) = 3.61%
BLUE value IS 13 (5.47% from 255) = 15.66%
R=80.72%
G=3.61%
B=15.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6731300.960.810.74350.6291.4313.73
Hex433D060514A15f5be
Octal103315014012111253713316
Binary1000011111101011000001010001100101010101111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43030D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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