#2A0810

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

Shades of Rustic Red #2A0810

Tints of Rustic Red #2A0810

Color information

#2A0810 (or 0x2A0810) is unknown color: approx Rustic Red. HEX triplet: 2A, 08 and 10. RGB value is (42,8,16). Sum of RGB (Red+Green+Blue) = 42+8+16=66 (8% of max value = 765). Red value is 42 (16.80% from 255 or 63.64% from 66); Green value is 8 (3.52% from 255 or 12.12% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0810 is #D5F7EF. Grayscale: #131313. Windows color (decimal): -14022640 or 1050666. OLE color: 1050666.

HSL color Cylindrical-coordinate representation of color #2A0810: hue angle of 345.88º degrees, saturation: 0.68, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A0810 is Cyan = 0, Magento = 0.81, Yellow = 0.62 and Black (K on CMYK) = 0.84.

Color convert

RGB42816-
CMYK00.810.620.84
HSL345.88º68%9.8%-
HSV(B)345.88º80.95%16.47%-
XYZ1.140.70.57-
YUV19.08126.26144.35-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 63.64%
GREEN value IS 8 (3.52% from 255) = 12.12%
BLUE value IS 16 (6.64% from 255) = 24.24%
R=63.64%
G=12.12%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4281600.810.620.84345.88689.8
Hex2A8100513E5415a44a
Octal52102001217612453210412
Binary10101010001000001010001111110101010010101101010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0810; }

 p { color: rgb(42,8,16); }

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

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

 a { background-color: rgb(42,8,16); }

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

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

 span { border-color: rgb(42,8,16); }

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