#430C19

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

Shades of Rustic Red #430C19

Tints of Rustic Red #430C19

Color information

#430C19 (or 0x430C19) is unknown color: approx Rustic Red. HEX triplet: 43, 0C and 19. RGB value is (67,12,25). Sum of RGB (Red+Green+Blue) = 67+12+25=104 (13% of max value = 765). Red value is 67 (26.56% from 255 or 64.42% from 104); Green value is 12 (5.08% from 255 or 11.54% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 67 - color contains mainly: red. Hex color #430C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430C19 is #BCF3E6. Grayscale: #1D1D1D. Windows color (decimal): -12383207 or 1641539. OLE color: 1641539.

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

Color convert

RGB671225-
CMYK00.820.630.74
HSL345.82º69.62%15.49%-
HSV(B)345.82º82.09%26.27%-
XYZ2.621.531.08-
YUV29.93125.22154.44-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 64.42%
GREEN value IS 12 (5.08% from 255) = 11.54%
BLUE value IS 25 (10.16% from 255) = 24.04%
R=64.42%
G=11.54%
B=24.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67122500.820.630.74345.8269.6215.49
Hex43C190523F4A15a46f
Octal103143101227711253210617
Binary100001111001100101010010111111100101010101101010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,12,25); }

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

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

 a { background-color: rgb(67,12,25); }

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

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

 span { border-color: rgb(67,12,25); }

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