Html Css Color HEX #AB252C Guardsman Red

📋 copy color: '#AB252C'

red 171 ◦ green 37 ◦ blue 44

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

Shades of Guardsman Red #AB252C

Tints of Guardsman Red #AB252C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.46%

R = 67.86%
G = 14.68%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB252C (or 0xAB252C) is known color: Guardsman Red. HEX triplet: AB, 25 and 2C. RGB value is (171,37,44). Sum of RGB (Red+Green+Blue) = 171+37+44=252 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.86% from 252); Green value is 37 (14.84% from 255 or 14.68% from 252); Blue value is 44 (17.58% from 255 or 17.46% from 252); Max value from RGB is 171 - color contains mainly: red. Hex color #AB252C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB252C is #54DAD3. Grayscale: #4D4D4D. Windows color (decimal): -5561044 or 2893227. OLE color: 2893227.

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

Color convert

RGB 171 37 44 -
CMYK 0 0.78 0.74 0.33
HSL 356.87º 0.64% 0.41% -
HSV(B) 356.87º 0.78% 0.67% -
XYZ 17.91 10.16 3.4 -
YUV 77.86 108.89 194.43 -
System Red Green Blue C M Y K H S L
Decimal 171 37 44 0 0.78 0.74 0.33 356.87 0.64 0.41
Hex AB 25 2C 0 4E 4A 21 165 40 29
Octal 253 45 54 0 116 112 41 545 100 51
Binary 10101011 100101 101100 0 1001110 1001010 100001 101100101 1000000 101001

Color Harmonies of #AB252C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB252C

Black with #AB252C

Text Example


Text Example

White with #AB252C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB252C; }

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

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

background-color css

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

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

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

border-color css

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

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

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