Html Css Color HEX #AB2836 Guardsman Red

📋 copy color: '#AB2836'

red 171 ◦ green 40 ◦ blue 54

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

Shades of Guardsman Red #AB2836

Tints of Guardsman Red #AB2836

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.09%

 BLUE value IS 54 (21.48% from 255) = 20.38%

R = 64.53%
G = 15.09%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB2836 (or 0xAB2836) is known color: Guardsman Red. HEX triplet: AB, 28 and 36. RGB value is (171,40,54). Sum of RGB (Red+Green+Blue) = 171+40+54=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2836 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2836 is #54D7C9. Grayscale: #505050. Windows color (decimal): -5560266 or 3549355. OLE color: 3549355.

HSL color Cylindrical-coordinate representation of color #AB2836: hue angle of 353.59º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB2836 is Cyan = 0, Magento = 0.77, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 54 -
CMYK 0 0.77 0.68 0.33
HSL 353.59º 0.62% 0.41% -
HSV(B) 353.59º 0.77% 0.67% -
XYZ 18.22 10.44 4.55 -
YUV 80.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 171 40 54 0 0.77 0.68 0.33 353.59 0.62 0.41
Hex AB 28 36 0 4D 44 21 162 3E 29
Octal 253 50 66 0 115 104 41 542 76 51
Binary 10101011 101000 110110 0 1001101 1000100 100001 101100010 111110 101001

Color Harmonies of #AB2836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2836

Black with #AB2836

Text Example


Text Example

White with #AB2836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2836; }

 p { color: rgb(171,40,54); }

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

background-color css

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

 a { background-color: rgb(171,40,54); }

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

border-color css

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

 span { border-color: rgb(171,40,54); }

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