#43080F

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

Shades of Rustic Red #43080F

Tints of Rustic Red #43080F

Color information

#43080F (or 0x43080F) is unknown color: approx Rustic Red. HEX triplet: 43, 08 and 0F. RGB value is (67,8,15). Sum of RGB (Red+Green+Blue) = 67+8+15=90 (11% of max value = 765). Red value is 67 (26.56% from 255 or 74.44% from 90); Green value is 8 (3.52% from 255 or 8.89% from 90); Blue value is 15 (6.25% from 255 or 16.67% from 90); Max value from RGB is 67 - color contains mainly: red. Hex color #43080F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43080F is #BCF7F0. Grayscale: #1A1A1A. Windows color (decimal): -12384241 or 985155. OLE color: 985155.

HSL color Cylindrical-coordinate representation of color #43080F: hue angle of 352.88º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #43080F is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.74.

Color convert

RGB67815-
CMYK00.880.780.74
HSL352.88º78.67%14.71%-
HSV(B)352.88º88.06%26.27%-
XYZ2.491.40.59-
YUV26.44121.55156.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 74.44%
GREEN value IS 8 (3.52% from 255) = 8.89%
BLUE value IS 15 (6.25% from 255) = 16.67%
R=74.44%
G=8.89%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.78
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6781500.880.780.74352.8878.6714.71
Hex438F0584E4A1614ff
Octal1031017013011611254111717
Binary100001110001111010110001001110100101010110000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43080F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43080F; }

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

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

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

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

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

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

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

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