#430918

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

Shades of Rustic Red #430918

Tints of Rustic Red #430918

Color information

#430918 (or 0x430918) is unknown color: approx Rustic Red. HEX triplet: 43, 09 and 18. RGB value is (67,9,24). Sum of RGB (Red+Green+Blue) = 67+9+24=100 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67% from 100); Green value is 9 (3.91% from 255 or 9% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 67 - color contains mainly: red. Hex color #430918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430918 is #BCF6E7. Grayscale: #1C1C1C. Windows color (decimal): -12383976 or 1575235. OLE color: 1575235.

HSL color Cylindrical-coordinate representation of color #430918: hue angle of 344.48º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #430918 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB67924-
CMYK00.870.640.74
HSL344.48º76.32%14.9%-
HSV(B)344.48º86.57%26.27%-
XYZ2.581.451.01-
YUV28.05125.72155.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 67%
GREEN value IS 9 (3.91% from 255) = 9%
BLUE value IS 24 (9.77% from 255) = 24%
R=67%
G=9%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6792400.870.640.74344.4876.3214.9
Hex43918057404A1584cf
Octal1031130012710011253011417
Binary1000011100111000010101111000000100101010101100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430918; }

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

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

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

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

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

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

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

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