Html Css Color HEX #AB2627 Guardsman Red

📋 copy color: '#AB2627'

red 171 ◦ green 38 ◦ blue 39

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

Shades of Guardsman Red #AB2627

Tints of Guardsman Red #AB2627

RGB

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

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

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

R = 68.95%
G = 15.32%
B = 15.73%

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

#AB2627 (or 0xAB2627) is known color: Guardsman Red. HEX triplet: AB, 26 and 27. RGB value is (171,38,39). Sum of RGB (Red+Green+Blue) = 171+38+39=248 (32% of max value = 765). Red value is 171 (67.19% from 255 or 68.95% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2627 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2627 is #54D9D8. Grayscale: #4E4E4E. Windows color (decimal): -5560793 or 2565803. OLE color: 2565803.

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

Color convert

RGB 171 38 39 -
CMYK 0 0.78 0.77 0.33
HSL 359.55º 0.64% 0.41% -
HSV(B) 359.55º 0.78% 0.67% -
XYZ 17.85 10.19 2.95 -
YUV 77.88 106.06 194.42 -
System Red Green Blue C M Y K H S L
Decimal 171 38 39 0 0.78 0.77 0.33 359.55 0.64 0.41
Hex AB 26 27 0 4E 4D 21 168 40 29
Octal 253 46 47 0 116 115 41 550 100 51
Binary 10101011 100110 100111 0 1001110 1001101 100001 101101000 1000000 101001

Color Harmonies of #AB2627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2627

Black with #AB2627

Text Example


Text Example

White with #AB2627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2627; }

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

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

background-color css

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

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

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

border-color css

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

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

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