#AB2F3B

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

Shades of Guardsman Red #AB2F3B

Tints of Guardsman Red #AB2F3B

Color information

#AB2F3B (or 0xAB2F3B) is unknown color: approx Guardsman Red. HEX triplet: AB, 2F and 3B. RGB value is (171,47,59). Sum of RGB (Red+Green+Blue) = 171+47+59=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2F3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2F3B is #54D0C4. Grayscale: #555555. Windows color (decimal): -5558469 or 3878827. OLE color: 3878827.

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

Color convert

RGB1714759-
CMYK00.730.650.33
HSL354.19º56.88%42.75%-
HSV(B)354.19º72.51%67.06%-
XYZ18.611.015.28-
YUV85.44113.08189.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.73%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 59 (23.44% from 255) = 21.30%
R=61.73%
G=16.97%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171475900.730.650.33354.1956.8842.75
HexAB2F3B0494121162392b
Octal25357730111101415427153
Binary10101011101111111011010010011000001100001101100010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2F3B; }

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

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

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

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

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

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

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

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