#430B14

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

Shades of Rustic Red #430B14

Tints of Rustic Red #430B14

Color information

#430B14 (or 0x430B14) is unknown color: approx Rustic Red. HEX triplet: 43, 0B and 14. RGB value is (67,11,20). Sum of RGB (Red+Green+Blue) = 67+11+20=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 20 (8.20% from 255 or 20.41% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #430B14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430B14 is #BCF4EB. Grayscale: #1C1C1C. Windows color (decimal): -12383468 or 1313603. OLE color: 1313603.

HSL color Cylindrical-coordinate representation of color #430B14: hue angle of 350.36º 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 #430B14 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.74.

Color convert

RGB671120-
CMYK00.840.700.74
HSL350.36º71.79%15.29%-
HSV(B)350.36º83.58%26.27%-
XYZ2.561.480.81-
YUV28.77123.05155.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 68.37%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 20 (8.20% from 255) = 20.41%
R=68.37%
G=11.22%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.70
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67112000.840.700.74350.3671.7915.29
Hex43B14054464A15e48f
Octal1031324012410611253611017
Binary1000011101110100010101001000110100101010101111010010001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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