#2A0814

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

Shades of Rustic Red #2A0814

Tints of Rustic Red #2A0814

Color information

#2A0814 (or 0x2A0814) is unknown color: approx Rustic Red. HEX triplet: 2A, 08 and 14. RGB value is (42,8,20). Sum of RGB (Red+Green+Blue) = 42+8+20=70 (9% of max value = 765). Red value is 42 (16.80% from 255 or 60% from 70); Green value is 8 (3.52% from 255 or 11.43% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0814 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0814 is #D5F7EB. Grayscale: #131313. Windows color (decimal): -14022636 or 1312810. OLE color: 1312810.

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

Color convert

RGB42820-
CMYK00.810.520.84
HSL338.82º68%9.8%-
HSV(B)338.82º80.95%16.47%-
XYZ1.170.720.74-
YUV19.53128.26144.02-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 60%
GREEN value IS 8 (3.52% from 255) = 11.43%
BLUE value IS 20 (8.20% from 255) = 28.57%
R=60%
G=11.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4282000.810.520.84338.82689.8
Hex2A814051345415344a
Octal52102401216412452310412
Binary10101010001010001010001110100101010010101001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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