Html Css Color HEX #AB2225 Guardsman Red

📋 copy color: '#AB2225'

red 171 ◦ green 34 ◦ blue 37

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

Shades of Guardsman Red #AB2225

Tints of Guardsman Red #AB2225

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.05%

 BLUE value IS 37 (14.84% from 255) = 15.29%

R = 70.66%
G = 14.05%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2225 (or 0xAB2225) is known color: Guardsman Red. HEX triplet: AB, 22 and 25. RGB value is (171,34,37). Sum of RGB (Red+Green+Blue) = 171+34+37=242 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.66% from 242); Green value is 34 (13.67% from 255 or 14.05% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2225 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2225 is #54DDDA. Grayscale: #4B4B4B. Windows color (decimal): -5561819 or 2433707. OLE color: 2433707.

HSL color Cylindrical-coordinate representation of color #AB2225: hue angle of 358.69º degrees, saturation: 0.67, 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 #AB2225 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 37 -
CMYK 0 0.80 0.78 0.33
HSL 358.69º 0.67% 0.4% -
HSV(B) 358.69º 0.8% 0.67% -
XYZ 17.7 9.94 2.74 -
YUV 75.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 171 34 37 0 0.80 0.78 0.33 358.69 0.67 0.4
Hex AB 22 25 0 50 4E 21 167 43 28
Octal 253 42 45 0 120 116 41 547 103 50
Binary 10101011 100010 100101 0 1010000 1001110 100001 101100111 1000011 101000

Color Harmonies of #AB2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2225

Black with #AB2225

Text Example


Text Example

White with #AB2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2225; }

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

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

background-color css

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

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

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

border-color css

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

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

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