#430B0D

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

Shades of Rustic Red #430B0D

Tints of Rustic Red #430B0D

Color information

#430B0D (or 0x430B0D) is unknown color: approx Rustic Red. HEX triplet: 43, 0B and 0D. RGB value is (67,11,13). Sum of RGB (Red+Green+Blue) = 67+11+13=91 (12% of max value = 765). Red value is 67 (26.56% from 255 or 73.63% from 91); Green value is 11 (4.69% from 255 or 12.09% from 91); Blue value is 13 (5.47% from 255 or 14.29% from 91); Max value from RGB is 67 - color contains mainly: red. Hex color #430B0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B0D is #BCF4F2. Grayscale: #1C1C1C. Windows color (decimal): -12383475 or 854851. OLE color: 854851.

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

Color convert

RGB671113-
CMYK00.840.810.74
HSL357.86º71.79%15.29%-
HSV(B)357.86º83.58%26.27%-
XYZ2.511.460.53-
YUV27.97119.55155.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 73.63%
GREEN value IS 11 (4.69% from 255) = 12.09%
BLUE value IS 13 (5.47% from 255) = 14.29%
R=73.63%
G=12.09%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.81
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67111300.840.810.74357.8671.7915.29
Hex43BD054514A16648f
Octal1031315012412111254611017
Binary100001110111101010101001010001100101010110011010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430B0D; }

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

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

<style>
 a { background-color: #430B0D; }

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

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

<style>
 span { border-color: #430B0D; }

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

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