Html Css Color HEX #AB3239 Guardsman Red

📋 copy color: '#AB3239'

red 171 ◦ green 50 ◦ blue 57

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

Shades of Guardsman Red #AB3239

Tints of Guardsman Red #AB3239

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

 BLUE value IS 57 (22.66% from 255) = 20.5%

R = 61.51%
G = 17.99%
B = 20.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB3239 (or 0xAB3239) is known color: Guardsman Red. HEX triplet: AB, 32 and 39. RGB value is (171,50,57). Sum of RGB (Red+Green+Blue) = 171+50+57=278 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.51% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3239 is #54CDC6. Grayscale: #575757. Windows color (decimal): -5557703 or 3748523. OLE color: 3748523.

HSL color Cylindrical-coordinate representation of color #AB3239: hue angle of 356.53º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB3239 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 50 57 -
CMYK 0 0.71 0.67 0.33
HSL 356.53º 0.55% 0.43% -
HSV(B) 356.53º 0.71% 0.67% -
XYZ 18.67 11.23 5.06 -
YUV 86.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 171 50 57 0 0.71 0.67 0.33 356.53 0.55 0.43
Hex AB 32 39 0 47 43 21 165 37 2B
Octal 253 62 71 0 107 103 41 545 67 53
Binary 10101011 110010 111001 0 1000111 1000011 100001 101100101 110111 101011

Color Harmonies of #AB3239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3239

Black with #AB3239

Text Example


Text Example

White with #AB3239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3239; }

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

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

background-color css

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

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

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

border-color css

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

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

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