Html Css Color HEX #AB2126 Guardsman Red

📋 copy color: '#AB2126'

red 171 ◦ green 33 ◦ blue 38

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

Shades of Guardsman Red #AB2126

Tints of Guardsman Red #AB2126

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.64%

 BLUE value IS 38 (15.23% from 255) = 15.7%

R = 70.66%
G = 13.64%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2126 (or 0xAB2126) is known color: Guardsman Red. HEX triplet: AB, 21 and 26. RGB value is (171,33,38). Sum of RGB (Red+Green+Blue) = 171+33+38=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 38 (15.23% from 255 or 15.70% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2126 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2126 is #54DED9. Grayscale: #4A4A4A. Windows color (decimal): -5562074 or 2498987. OLE color: 2498987.

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

Color convert

RGB 171 33 38 -
CMYK 0 0.81 0.78 0.33
HSL 357.83º 0.68% 0.4% -
HSV(B) 357.83º 0.81% 0.67% -
XYZ 17.69 9.89 2.81 -
YUV 74.83 107.22 196.59 -
System Red Green Blue C M Y K H S L
Decimal 171 33 38 0 0.81 0.78 0.33 357.83 0.68 0.4
Hex AB 21 26 0 51 4E 21 166 44 28
Octal 253 41 46 0 121 116 41 546 104 50
Binary 10101011 100001 100110 0 1010001 1001110 100001 101100110 1000100 101000

Color Harmonies of #AB2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2126

Black with #AB2126

Text Example


Text Example

White with #AB2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2126; }

 p { color: rgb(171,33,38); }

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

background-color css

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

 a { background-color: rgb(171,33,38); }

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

border-color css

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

 span { border-color: rgb(171,33,38); }

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