Html Css Color HEX #AB2533 Guardsman Red

📋 copy color: '#AB2533'

red 171 ◦ green 37 ◦ blue 51

#AB2533
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #AB2533

Tints of Guardsman Red #AB2533

RGB

 RED value IS 171 (67.19% from 255) = 66.02%

 GREEN value IS 37 (14.84% from 255) = 14.29%

 BLUE value IS 51 (20.31% from 255) = 19.69%

R = 66.02%
G = 14.29%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB2533 (or 0xAB2533) is known color: Guardsman Red. HEX triplet: AB, 25 and 33. RGB value is (171,37,51). Sum of RGB (Red+Green+Blue) = 171+37+51=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 37 (14.84% from 255 or 14.29% from 259); Blue value is 51 (20.31% from 255 or 19.69% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2533 is #54DACC. Grayscale: #4E4E4E. Windows color (decimal): -5561037 or 3351979. OLE color: 3351979.

HSL color Cylindrical-coordinate representation of color #AB2533: hue angle of 353.73º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2533 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 37 51 -
CMYK 0 0.78 0.70 0.33
HSL 353.73º 0.64% 0.41% -
HSV(B) 353.73º 0.78% 0.67% -
XYZ 18.05 10.22 4.15 -
YUV 78.66 112.39 193.86 -
System Red Green Blue C M Y K H S L
Decimal 171 37 51 0 0.78 0.70 0.33 353.73 0.64 0.41
Hex AB 25 33 0 4E 46 21 162 40 29
Octal 253 45 63 0 116 106 41 542 100 51
Binary 10101011 100101 110011 0 1001110 1000110 100001 101100010 1000000 101001

Color Harmonies of #AB2533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2533

Black with #AB2533

Text Example


Text Example

White with #AB2533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2533; }

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

 H1.HeaderClassName
 {
   color: #AB2533;
 }
 .AnyTagClassName
 {
   color: #AB2533;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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