#430618

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

Shades of Rustic Red #430618

Tints of Rustic Red #430618

Color information

#430618 (or 0x430618) is unknown color: approx Rustic Red. HEX triplet: 43, 06 and 18. RGB value is (67,6,24). Sum of RGB (Red+Green+Blue) = 67+6+24=97 (12% of max value = 765). Red value is 67 (26.56% from 255 or 69.07% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 24 (9.77% from 255 or 24.74% from 97); Max value from RGB is 67 - color contains mainly: red. Hex color #430618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430618 is #BCF9E7. Grayscale: #1A1A1A. Windows color (decimal): -12384744 or 1574467. OLE color: 1574467.

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

Color convert

RGB67624-
CMYK00.910.640.74
HSL342.3º83.56%14.31%-
HSV(B)342.3º91.04%26.27%-
XYZ2.541.391-
YUV26.29126.71157.04-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 69.07%
GREEN value IS 6 (2.73% from 255) = 6.19%
BLUE value IS 24 (9.77% from 255) = 24.74%
R=69.07%
G=6.19%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6762400.910.640.74342.383.5614.31
Hex4361805B404A15654e
Octal103630013310011252612416
Binary100001111011000010110111000000100101010101011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430618; }

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

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

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

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

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

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

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

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