#43080A

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

Shades of Rustic Red #43080A

Tints of Rustic Red #43080A

Color information

#43080A (or 0x43080A) is unknown color: approx Rustic Red. HEX triplet: 43, 08 and 0A. RGB value is (67,8,10). Sum of RGB (Red+Green+Blue) = 67+8+10=85 (11% of max value = 765). Red value is 67 (26.56% from 255 or 78.82% from 85); Green value is 8 (3.52% from 255 or 9.41% from 85); Blue value is 10 (4.30% from 255 or 11.76% from 85); Max value from RGB is 67 - color contains mainly: red. Hex color #43080A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #43080A is #BCF7F5. Grayscale: #191919. Windows color (decimal): -12384246 or 657475. OLE color: 657475.

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

Color convert

RGB67810-
CMYK00.880.850.74
HSL357.97º78.67%14.71%-
HSV(B)357.97º88.06%26.27%-
XYZ2.461.390.43-
YUV25.87119.05157.34-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 78.82%
GREEN value IS 8 (3.52% from 255) = 9.41%
BLUE value IS 10 (4.30% from 255) = 11.76%
R=78.82%
G=9.41%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6781000.880.850.74357.9778.6714.71
Hex438A058554A1664ff
Octal1031012013012511254611717
Binary100001110001010010110001010101100101010110011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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