#2A0607

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

Shades of Rustic Red #2A0607

Tints of Rustic Red #2A0607

Color information

#2A0607 (or 0x2A0607) is unknown color: approx Rustic Red. HEX triplet: 2A, 06 and 07. RGB value is (42,6,7). Sum of RGB (Red+Green+Blue) = 42+6+7=55 (7% of max value = 765). Red value is 42 (16.80% from 255 or 76.36% from 55); Green value is 6 (2.73% from 255 or 10.91% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 42 - color contains mainly: red. Hex color #2A0607 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A0607 is #D5F9F8. Grayscale: #101010. Windows color (decimal): -14023161 or 460330. OLE color: 460330.

HSL color Cylindrical-coordinate representation of color #2A0607: hue angle of 358.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 #2A0607 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.84.

Color convert

RGB4267-
CMYK00.860.830.84
HSL358.33º75%9.41%-
HSV(B)358.33º85.71%16.47%-
XYZ1.060.640.27-
YUV16.88122.43145.92-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 76.36%
GREEN value IS 6 (2.73% from 255) = 10.91%
BLUE value IS 7 (3.12% from 255) = 12.73%
R=76.36%
G=10.91%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal426700.860.830.84358.33759.41
Hex2A6705653541664b9
Octal5267012612312454611311
Binary101010110111010101101010011101010010110011010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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