Html Css Color HEX #AB2629 Guardsman Red

📋 copy color: '#AB2629'

red 171 ◦ green 38 ◦ blue 41

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

Shades of Guardsman Red #AB2629

Tints of Guardsman Red #AB2629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 68.4%
G = 15.2%
B = 16.4%

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

#AB2629 (or 0xAB2629) is known color: Guardsman Red. HEX triplet: AB, 26 and 29. RGB value is (171,38,41). Sum of RGB (Red+Green+Blue) = 171+38+41=250 (33% of max value = 765). Red value is 171 (67.19% from 255 or 68.4% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 41 (16.41% from 255 or 16.4% from 250); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2629 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2629 is #54D9D6. Grayscale: #4E4E4E. Windows color (decimal): -5560791 or 2696875. OLE color: 2696875.

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

Color convert

RGB 171 38 41 -
CMYK 0 0.78 0.76 0.33
HSL 358.65º 0.64% 0.41% -
HSV(B) 358.65º 0.78% 0.67% -
XYZ 17.89 10.2 3.12 -
YUV 78.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 171 38 41 0 0.78 0.76 0.33 358.65 0.64 0.41
Hex AB 26 29 0 4E 4C 21 167 40 29
Octal 253 46 51 0 116 114 41 547 100 51
Binary 10101011 100110 101001 0 1001110 1001100 100001 101100111 1000000 101001

Color Harmonies of #AB2629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2629

Black with #AB2629

Text Example


Text Example

White with #AB2629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2629; }

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

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

background-color css

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

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

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

border-color css

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

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

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