#2A000F

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

Shades of Rustic Red #2A000F

Tints of Rustic Red #2A000F

Color information

#2A000F (or 0x2A000F) is unknown color: approx Rustic Red. HEX triplet: 2A, 00 and 0F. RGB value is (42,0,15). Sum of RGB (Red+Green+Blue) = 42+0+15=57 (7% of max value = 765). Red value is 42 (16.80% from 255 or 73.68% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 42 - color contains mainly: red. Hex color #2A000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A000F is #D5FFF0. Grayscale: #0E0E0E. Windows color (decimal): -14024689 or 983082. OLE color: 983082.

HSL color Cylindrical-coordinate representation of color #2A000F: hue angle of 338.57º 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 #2A000F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.84.

Color convert

RGB42015-
CMYK010.640.84
HSL338.57º100%8.24%-
HSV(B)338.57º100%16.47%-
XYZ1.040.530.5-
YUV14.27128.41147.78-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 73.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=73.68%
G=0%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.64
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42015010.640.84338.571008.24
Hex2A0F0644054153648
Octal52017014410012452314410
Binary10101001111011001001000000101010010101001111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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