#2A0813

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

Shades of Rustic Red #2A0813

Tints of Rustic Red #2A0813

Color information

#2A0813 (or 0x2A0813) is unknown color: approx Rustic Red. HEX triplet: 2A, 08 and 13. RGB value is (42,8,19). Sum of RGB (Red+Green+Blue) = 42+8+19=69 (9% of max value = 765). Red value is 42 (16.80% from 255 or 60.87% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0813 is #D5F7EC. Grayscale: #131313. Windows color (decimal): -14022637 or 1247274. OLE color: 1247274.

HSL color Cylindrical-coordinate representation of color #2A0813: hue angle of 340.59º 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 #2A0813 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.84.

Color convert

RGB42819-
CMYK00.810.550.84
HSL340.59º68%9.8%-
HSV(B)340.59º80.95%16.47%-
XYZ1.160.710.69-
YUV19.42127.76144.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 60.87%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 19 (7.81% from 255) = 27.54%
R=60.87%
G=11.59%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4281900.810.550.84340.59689.8
Hex2A813051375415544a
Octal52102301216712452510412
Binary10101010001001101010001110111101010010101010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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