Html Css Color HEX #AB2432 Guardsman Red

📋 copy color: '#AB2432'

red 171 ◦ green 36 ◦ blue 50

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

Shades of Guardsman Red #AB2432

Tints of Guardsman Red #AB2432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 66.54%
G = 14.01%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB2432 (or 0xAB2432) is known color: Guardsman Red. HEX triplet: AB, 24 and 32. RGB value is (171,36,50). Sum of RGB (Red+Green+Blue) = 171+36+50=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2432 is #54DBCD. Grayscale: #4E4E4E. Windows color (decimal): -5561294 or 3286187. OLE color: 3286187.

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

Color convert

RGB 171 36 50 -
CMYK 0 0.79 0.71 0.33
HSL 353.78º 0.65% 0.41% -
HSV(B) 353.78º 0.79% 0.67% -
XYZ 18 10.15 4.03 -
YUV 77.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 171 36 50 0 0.79 0.71 0.33 353.78 0.65 0.41
Hex AB 24 32 0 4F 47 21 162 41 29
Octal 253 44 62 0 117 107 41 542 101 51
Binary 10101011 100100 110010 0 1001111 1000111 100001 101100010 1000001 101001

Color Harmonies of #AB2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2432

Black with #AB2432

Text Example


Text Example

White with #AB2432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2432; }

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

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

background-color css

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

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

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

border-color css

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

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

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