#2A070B

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

Shades of Rustic Red #2A070B

Tints of Rustic Red #2A070B

Color information

#2A070B (or 0x2A070B) is unknown color: approx Rustic Red. HEX triplet: 2A, 07 and 0B. RGB value is (42,7,11). Sum of RGB (Red+Green+Blue) = 42+7+11=60 (7% of max value = 765). Red value is 42 (16.80% from 255 or 70% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 11 (4.69% from 255 or 18.33% from 60); Max value from RGB is 42 - color contains mainly: red. Hex color #2A070B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A070B is #D5F8F4. Grayscale: #111111. Windows color (decimal): -14022901 or 722730. OLE color: 722730.

HSL color Cylindrical-coordinate representation of color #2A070B: hue angle of 353.14º degrees, saturation: 0.71, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2A070B is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.84.

Color convert

RGB42711-
CMYK00.830.740.84
HSL353.14º71.43%9.61%-
HSV(B)353.14º83.33%16.47%-
XYZ1.090.670.39-
YUV17.92124.1145.17-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 70%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 11 (4.69% from 255) = 18.33%
R=70%
G=11.67%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.74
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal4271100.830.740.84353.1471.439.61
Hex2A7B0534A5416147a
Octal52713012311212454110712
Binary1010101111011010100111001010101010010110000110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A070B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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