#2A0610

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

Shades of Rustic Red #2A0610

Tints of Rustic Red #2A0610

Color information

#2A0610 (or 0x2A0610) is unknown color: approx Rustic Red. HEX triplet: 2A, 06 and 10. RGB value is (42,6,16). Sum of RGB (Red+Green+Blue) = 42+6+16=64 (8% of max value = 765). Red value is 42 (16.80% from 255 or 65.62% from 64); Green value is 6 (2.73% from 255 or 9.38% from 64); Blue value is 16 (6.64% from 255 or 25% from 64); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0610 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0610 is #D5F9EF. Grayscale: #111111. Windows color (decimal): -14023152 or 1050154. OLE color: 1050154.

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

Color convert

RGB42616-
CMYK00.860.620.84
HSL343.33º75%9.41%-
HSV(B)343.33º85.71%16.47%-
XYZ1.110.660.56-
YUV17.9126.93145.19-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 65.62%
GREEN value IS 6 (2.73% from 255) = 9.38%
BLUE value IS 16 (6.64% from 255) = 25%
R=65.62%
G=9.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.62
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4261600.860.620.84343.33759.41
Hex2A6100563E541574b9
Octal5262001267612452711311
Binary1010101101000001010110111110101010010101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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