#AB293B

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

Shades of Guardsman Red #AB293B

Tints of Guardsman Red #AB293B

Color information

#AB293B (or 0xAB293B) is unknown color: approx Guardsman Red. HEX triplet: AB, 29 and 3B. RGB value is (171,41,59). Sum of RGB (Red+Green+Blue) = 171+41+59=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB293B is #54D6C4. Grayscale: #515151. Windows color (decimal): -5560005 or 3877291. OLE color: 3877291.

HSL color Cylindrical-coordinate representation of color #AB293B: hue angle of 351.69º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AB293B is Cyan = 0, Magento = 0.76, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB1714159-
CMYK00.760.650.33
HSL351.69º61.32%41.57%-
HSV(B)351.69º76.02%67.06%-
XYZ18.3810.565.21-
YUV81.92115.07191.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 59 (23.44% from 255) = 21.77%
R=63.10%
G=15.13%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171415900.760.650.33351.6961.3241.57
HexAB293B04C41211603d2a
Octal25351730114101415407552
Binary10101011101001111011010011001000001100001101100000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB293B; }

 p { color: rgb(171,41,59); }

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

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

 a { background-color: rgb(171,41,59); }

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

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

 span { border-color: rgb(171,41,59); }

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