#430F18

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

Shades of Rustic Red #430F18

Tints of Rustic Red #430F18

Color information

#430F18 (or 0x430F18) is unknown color: approx Rustic Red. HEX triplet: 43, 0F and 18. RGB value is (67,15,24). Sum of RGB (Red+Green+Blue) = 67+15+24=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #430F18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430F18 is #BCF0E7. Grayscale: #1F1F1F. Windows color (decimal): -12382440 or 1576771. OLE color: 1576771.

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

Color convert

RGB671524-
CMYK00.780.640.74
HSL349.62º63.41%16.08%-
HSV(B)349.62º77.61%26.27%-
XYZ2.651.61.03-
YUV31.57123.73153.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 63.21%
GREEN value IS 15 (6.25% from 255) = 14.15%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=63.21%
G=14.15%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67152400.780.640.74349.6263.4116.08
Hex43F1804E404A15e3f10
Octal103173001161001125367720
Binary1000011111111000010011101000000100101010101111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,15,24); }

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

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

 a { background-color: rgb(67,15,24); }

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

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

 span { border-color: rgb(67,15,24); }

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