#2A1518

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

Shades of Rustic Red #2A1518

Tints of Rustic Red #2A1518

Color information

#2A1518 (or 0x2A1518) is unknown color: approx Rustic Red. HEX triplet: 2A, 15 and 18. RGB value is (42,21,24). Sum of RGB (Red+Green+Blue) = 42+21+24=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 24 (9.77% from 255 or 27.59% from 87); Max value from RGB is 42 - color contains mainly: red. Hex color #2A1518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2A1518 is #D5EAE7. Grayscale: #1B1B1B. Windows color (decimal): -14019304 or 1578282. OLE color: 1578282.

HSL color Cylindrical-coordinate representation of color #2A1518: hue angle of 351.43º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #2A1518 is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.84.

Color convert

RGB422124-
CMYK00.500.430.84
HSL351.43º33.33%12.35%-
HSV(B)351.43º50%16.47%-
XYZ1.391.091-
YUV27.62125.96138.26-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 48.28%
GREEN value IS 21 (8.59% from 255) = 24.14%
BLUE value IS 24 (9.77% from 255) = 27.59%
R=48.28%
G=24.14%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.43
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42212400.500.430.84351.4333.3312.35
Hex2A15180322B5415f21c
Octal522530062531245374114
Binary1010101010111000011001010101110101001010111111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A1518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,21,24); }

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

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

 a { background-color: rgb(42,21,24); }

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

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

 span { border-color: rgb(42,21,24); }

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