Html Css Color HEX #AB2529 Guardsman Red

📋 copy color: '#AB2529'

red 171 ◦ green 37 ◦ blue 41

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

Shades of Guardsman Red #AB2529

Tints of Guardsman Red #AB2529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 68.67%
G = 14.86%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AB2529 (or 0xAB2529) is known color: Guardsman Red. HEX triplet: AB, 25 and 29. RGB value is (171,37,41). Sum of RGB (Red+Green+Blue) = 171+37+41=249 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.67% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2529 is #54DAD6. Grayscale: #4D4D4D. Windows color (decimal): -5561047 or 2696619. OLE color: 2696619.

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

Color convert

RGB 171 37 41 -
CMYK 0 0.78 0.76 0.33
HSL 358.21º 0.64% 0.41% -
HSV(B) 358.21º 0.78% 0.67% -
XYZ 17.86 10.14 3.11 -
YUV 77.52 107.39 194.67 -
System Red Green Blue C M Y K H S L
Decimal 171 37 41 0 0.78 0.76 0.33 358.21 0.64 0.41
Hex AB 25 29 0 4E 4C 21 166 40 29
Octal 253 45 51 0 116 114 41 546 100 51
Binary 10101011 100101 101001 0 1001110 1001100 100001 101100110 1000000 101001

Color Harmonies of #AB2529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2529

Black with #AB2529

Text Example


Text Example

White with #AB2529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2529; }

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

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

background-color css

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

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

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

border-color css

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

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

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