Html Css Color HEX #AB2536 Guardsman Red

📋 copy color: '#AB2536'

red 171 ◦ green 37 ◦ blue 54

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

Shades of Guardsman Red #AB2536

Tints of Guardsman Red #AB2536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.12%

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

R = 65.27%
G = 14.12%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB2536 (or 0xAB2536) is known color: Guardsman Red. HEX triplet: AB, 25 and 36. RGB value is (171,37,54). Sum of RGB (Red+Green+Blue) = 171+37+54=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 37 (14.84% from 255 or 14.12% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2536 is #54DAC9. Grayscale: #4F4F4F. Windows color (decimal): -5561034 or 3548587. OLE color: 3548587.

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

Color convert

RGB 171 37 54 -
CMYK 0 0.78 0.68 0.33
HSL 352.39º 0.64% 0.41% -
HSV(B) 352.39º 0.78% 0.67% -
XYZ 18.12 10.25 4.51 -
YUV 79 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 171 37 54 0 0.78 0.68 0.33 352.39 0.64 0.41
Hex AB 25 36 0 4E 44 21 160 40 29
Octal 253 45 66 0 116 104 41 540 100 51
Binary 10101011 100101 110110 0 1001110 1000100 100001 101100000 1000000 101001

Color Harmonies of #AB2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2536

Black with #AB2536

Text Example


Text Example

White with #AB2536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2536; }

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

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

background-color css

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

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

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

border-color css

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

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

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