#430608

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

Shades of Rustic Red #430608

Tints of Rustic Red #430608

Color information

#430608 (or 0x430608) is unknown color: approx Rustic Red. HEX triplet: 43, 06 and 08. RGB value is (67,6,8). Sum of RGB (Red+Green+Blue) = 67+6+8=81 (10% of max value = 765). Red value is 67 (26.56% from 255 or 82.72% from 81); Green value is 6 (2.73% from 255 or 7.41% from 81); Blue value is 8 (3.52% from 255 or 9.88% from 81); Max value from RGB is 67 - color contains mainly: red. Hex color #430608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430608 is #BCF9F7. Grayscale: #181818. Windows color (decimal): -12384760 or 525891. OLE color: 525891.

HSL color Cylindrical-coordinate representation of color #430608: hue angle of 358.03º 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 #430608 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.74.

Color convert

RGB6768-
CMYK00.910.880.74
HSL358.03º83.56%14.31%-
HSV(B)358.03º91.04%26.27%-
XYZ2.421.340.36-
YUV24.47118.71158.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 82.72%
GREEN value IS 6 (2.73% from 255) = 7.41%
BLUE value IS 8 (3.52% from 255) = 9.88%
R=82.72%
G=7.41%
B=9.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal676800.910.880.74358.0383.5614.31
Hex436805B584A16654e
Octal103610013313011254612416
Binary10000111101000010110111011000100101010110011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430608; }

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

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

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

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

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

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

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

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