Html Css Color HEX #AB2B33 Guardsman Red

📋 copy color: '#AB2B33'

red 171 ◦ green 43 ◦ blue 51

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

Shades of Guardsman Red #AB2B33

Tints of Guardsman Red #AB2B33

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.23%

 BLUE value IS 51 (20.31% from 255) = 19.25%

R = 64.53%
G = 16.23%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB2B33 (or 0xAB2B33) is known color: Guardsman Red. HEX triplet: AB, 2B and 33. RGB value is (171,43,51). Sum of RGB (Red+Green+Blue) = 171+43+51=265 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.53% from 265); Green value is 43 (17.19% from 255 or 16.23% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2B33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2B33 is #54D4CC. Grayscale: #525252. Windows color (decimal): -5559501 or 3353515. OLE color: 3353515.

HSL color Cylindrical-coordinate representation of color #AB2B33: hue angle of 356.25º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2B33 is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 43 51 -
CMYK 0 0.75 0.70 0.33
HSL 356.25º 0.6% 0.42% -
HSV(B) 356.25º 0.75% 0.67% -
XYZ 18.26 10.62 4.22 -
YUV 82.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 171 43 51 0 0.75 0.70 0.33 356.25 0.6 0.42
Hex AB 2B 33 0 4B 46 21 164 3C 2A
Octal 253 53 63 0 113 106 41 544 74 52
Binary 10101011 101011 110011 0 1001011 1000110 100001 101100100 111100 101010

Color Harmonies of #AB2B33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2B33

Black with #AB2B33

Text Example


Text Example

White with #AB2B33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2B33; }

 p { color: rgb(171,43,51); }

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

background-color css

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

 a { background-color: rgb(171,43,51); }

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

border-color css

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

 span { border-color: rgb(171,43,51); }

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