Html Css Color HEX #AB2527 Guardsman Red

📋 copy color: '#AB2527'

red 171 ◦ green 37 ◦ blue 39

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

Shades of Guardsman Red #AB2527

Tints of Guardsman Red #AB2527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 69.23%
G = 14.98%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB2527 (or 0xAB2527) is known color: Guardsman Red. HEX triplet: AB, 25 and 27. RGB value is (171,37,39). Sum of RGB (Red+Green+Blue) = 171+37+39=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2527 is #54DAD8. Grayscale: #4D4D4D. Windows color (decimal): -5561049 or 2565547. OLE color: 2565547.

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

Color convert

RGB 171 37 39 -
CMYK 0 0.78 0.77 0.33
HSL 359.1º 0.64% 0.41% -
HSV(B) 359.1º 0.78% 0.67% -
XYZ 17.82 10.13 2.93 -
YUV 77.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 171 37 39 0 0.78 0.77 0.33 359.1 0.64 0.41
Hex AB 25 27 0 4E 4D 21 167 40 29
Octal 253 45 47 0 116 115 41 547 100 51
Binary 10101011 100101 100111 0 1001110 1001101 100001 101100111 1000000 101001

Color Harmonies of #AB2527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2527

Black with #AB2527

Text Example


Text Example

White with #AB2527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2527; }

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

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

background-color css

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

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

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

border-color css

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

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

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