#AB2333

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

Shades of Guardsman Red #AB2333

Tints of Guardsman Red #AB2333

Color information

#AB2333 (or 0xAB2333) is unknown color: approx Guardsman Red. HEX triplet: AB, 23 and 33. RGB value is (171,35,51). Sum of RGB (Red+Green+Blue) = 171+35+51=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2333 is #54DCCC. Grayscale: #4D4D4D. Windows color (decimal): -5561549 or 3351467. OLE color: 3351467.

HSL color Cylindrical-coordinate representation of color #AB2333: hue angle of 352.94º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2333 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1713551-
CMYK00.800.700.33
HSL352.94º66.02%40.39%-
HSV(B)352.94º79.53%67.06%-
XYZ17.9910.14.13-
YUV77.49113.06194.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 66.54%
GREEN value IS 35 (14.06% from 255) = 13.62%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=66.54%
G=13.62%
B=19.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171355100.800.700.33352.9466.0240.39
HexAB233305046211614228
Octal253436301201064154110250
Binary101010111000111100110101000010001101000011011000011000010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB2333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB2333; }

 p { color: rgb(171,35,51); }

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

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

 a { background-color: rgb(171,35,51); }

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

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

 span { border-color: rgb(171,35,51); }

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