#2A0109

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

Shades of Rustic Red #2A0109

Tints of Rustic Red #2A0109

Color information

#2A0109 (or 0x2A0109) is unknown color: approx Rustic Red. HEX triplet: 2A, 01 and 09. RGB value is (42,1,9). Sum of RGB (Red+Green+Blue) = 42+1+9=52 (6% of max value = 765). Red value is 42 (16.80% from 255 or 80.77% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0109 is #D5FEF6. Grayscale: #0E0E0E. Windows color (decimal): -14024439 or 590122. OLE color: 590122.

HSL color Cylindrical-coordinate representation of color #2A0109: hue angle of 348.29º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A0109 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.84.

Color convert

RGB4219-
CMYK00.980.790.84
HSL348.29º95.35%8.43%-
HSV(B)348.29º97.62%16.47%-
XYZ1.020.530.31-
YUV14.17125.08147.85-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 80.77%
GREEN value IS 1 (0.78% from 255) = 1.92%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=80.77%
G=1.92%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal421900.980.790.84348.2995.358.43
Hex2A190624F5415c5f8
Octal52111014211712453413710
Binary10101011001011000101001111101010010101110010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,1,9); }

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

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

 a { background-color: rgb(42,1,9); }

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

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

 span { border-color: rgb(42,1,9); }

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