#430308

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

Shades of Rustic Red #430308

Tints of Rustic Red #430308

Color information

#430308 (or 0x430308) is unknown color: approx Rustic Red. HEX triplet: 43, 03 and 08. RGB value is (67,3,8). Sum of RGB (Red+Green+Blue) = 67+3+8=78 (10% of max value = 765). Red value is 67 (26.56% from 255 or 85.90% from 78); Green value is 3 (1.56% from 255 or 3.85% from 78); Blue value is 8 (3.52% from 255 or 10.26% from 78); Max value from RGB is 67 - color contains mainly: red. Hex color #430308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430308 is #BCFCF7. Grayscale: #161616. Windows color (decimal): -12385528 or 525123. OLE color: 525123.

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

Color convert

RGB6738-
CMYK00.960.880.74
HSL355.31º91.43%13.73%-
HSV(B)355.31º95.52%26.27%-
XYZ2.391.280.35-
YUV22.71119.7159.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 85.90%
GREEN value IS 3 (1.56% from 255) = 3.85%
BLUE value IS 8 (3.52% from 255) = 10.26%
R=85.90%
G=3.85%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal673800.960.880.74355.3191.4313.73
Hex4338060584A1635be
Octal103310014013011254313316
Binary1000011111000011000001011000100101010110001110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430308; }

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

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

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

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

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

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

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

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