#28141A

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

Shades of Rustic Red #28141A

Tints of Rustic Red #28141A

Color information

#28141A (or 0x28141A) is unknown color: approx Rustic Red. HEX triplet: 28, 14 and 1A. RGB value is (40,20,26). Sum of RGB (Red+Green+Blue) = 40+20+26=86 (11% of max value = 765). Red value is 40 (16.02% from 255 or 46.51% from 86); Green value is 20 (8.20% from 255 or 23.26% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 40 - color contains mainly: red. Hex color #28141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #28141A is #D7EBE5. Grayscale: #1A1A1A. Windows color (decimal): -14150630 or 1709096. OLE color: 1709096.

HSL color Cylindrical-coordinate representation of color #28141A: hue angle of 342º 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 #28141A is Cyan = 0, Magento = 0.5, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB402026-
CMYK00.50.350.84
HSL342º33.33%11.76%-
HSV(B)342º50%15.69%-
XYZ1.311.031.11-
YUV26.66127.63137.51-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 46.51%
GREEN value IS 20 (8.20% from 255) = 23.26%
BLUE value IS 26 (10.55% from 255) = 30.23%
R=46.51%
G=23.26%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.35
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal40202600.50.350.8434233.3311.76
Hex28141A032235415621c
Octal502432062431245264114
Binary1010001010011010011001010001110101001010101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28141A; }

 p { color: rgb(40,20,26); }

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

<style>
 a { background-color: #28141A; }

 a { background-color: rgb(40,20,26); }

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

<style>
 span { border-color: #28141A; }

 span { border-color: rgb(40,20,26); }

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