Html Css Color HEX #AB2434 Guardsman Red

📋 copy color: '#AB2434'

red 171 ◦ green 36 ◦ blue 52

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

Shades of Guardsman Red #AB2434

Tints of Guardsman Red #AB2434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.9%

 BLUE value IS 52 (20.7% from 255) = 20.08%

R = 66.02%
G = 13.9%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB2434 (or 0xAB2434) is known color: Guardsman Red. HEX triplet: AB, 24 and 34. RGB value is (171,36,52). Sum of RGB (Red+Green+Blue) = 171+36+52=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 52 (20.70% from 255 or 20.08% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2434 is #54DBCB. Grayscale: #4E4E4E. Windows color (decimal): -5561292 or 3417259. OLE color: 3417259.

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

Color convert

RGB 171 36 52 -
CMYK 0 0.79 0.70 0.33
HSL 352.89º 0.65% 0.41% -
HSV(B) 352.89º 0.79% 0.67% -
XYZ 18.05 10.17 4.26 -
YUV 78.19 113.23 194.2 -
System Red Green Blue C M Y K H S L
Decimal 171 36 52 0 0.79 0.70 0.33 352.89 0.65 0.41
Hex AB 24 34 0 4F 46 21 161 41 29
Octal 253 44 64 0 117 106 41 541 101 51
Binary 10101011 100100 110100 0 1001111 1000110 100001 101100001 1000001 101001

Color Harmonies of #AB2434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2434

Black with #AB2434

Text Example


Text Example

White with #AB2434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2434; }

 p { color: rgb(171,36,52); }

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

background-color css

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

 a { background-color: rgb(171,36,52); }

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

border-color css

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

 span { border-color: rgb(171,36,52); }

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