#2A000B

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

Shades of Rustic Red #2A000B

Tints of Rustic Red #2A000B

Color information

#2A000B (or 0x2A000B) is unknown color: approx Rustic Red. HEX triplet: 2A, 00 and 0B. RGB value is (42,0,11). Sum of RGB (Red+Green+Blue) = 42+0+11=53 (7% of max value = 765). Red value is 42 (16.80% from 255 or 79.25% from 53); Green value is 0 (0.39% from 255 or 0% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 42 - color contains mainly: red. Hex color #2A000B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A000B is #D5FFF4. Grayscale: #0D0D0D. Windows color (decimal): -14024693 or 720938. OLE color: 720938.

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

Color convert

RGB42011-
CMYK010.740.84
HSL344.29º100%8.24%-
HSV(B)344.29º100%16.47%-
XYZ1.020.520.36-
YUV13.81126.41148.11-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 79.25%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 11 (4.69% from 255) = 20.75%
R=79.25%
G=0%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42011010.740.84344.291008.24
Hex2A0B0644A54158648
Octal52013014411212453014410
Binary10101001011011001001001010101010010101100011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A000B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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