#430D0E

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

Shades of Rustic Red #430D0E

Tints of Rustic Red #430D0E

Color information

#430D0E (or 0x430D0E) is unknown color: approx Rustic Red. HEX triplet: 43, 0D and 0E. RGB value is (67,13,14). Sum of RGB (Red+Green+Blue) = 67+13+14=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 13 (5.47% from 255 or 13.83% from 94); Blue value is 14 (5.86% from 255 or 14.89% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #430D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430D0E is #BCF2F1. Grayscale: #1D1D1D. Windows color (decimal): -12382962 or 920899. OLE color: 920899.

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

Color convert

RGB671314-
CMYK00.810.790.74
HSL358.89º67.5%15.69%-
HSV(B)358.89º80.6%26.27%-
XYZ2.541.510.57-
YUV29.26119.39154.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 71.28%
GREEN value IS 13 (5.47% from 255) = 13.83%
BLUE value IS 14 (5.86% from 255) = 14.89%
R=71.28%
G=13.83%
B=14.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.79
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67131400.810.790.74358.8967.515.69
Hex43DE0514F4A1674410
Octal1031516012111711254710420
Binary1000011110111100101000110011111001010101100111100010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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