Html Css Color HEX #AB273A Guardsman Red

📋 copy color: '#AB273A'

red 171 ◦ green 39 ◦ blue 58

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

Shades of Guardsman Red #AB273A

Tints of Guardsman Red #AB273A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

 BLUE value IS 58 (23.05% from 255) = 21.64%

R = 63.81%
G = 14.55%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB273A (or 0xAB273A) is known color: Guardsman Red. HEX triplet: AB, 27 and 3A. RGB value is (171,39,58). Sum of RGB (Red+Green+Blue) = 171+39+58=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB273A is #54D8C5. Grayscale: #505050. Windows color (decimal): -5560518 or 3811243. OLE color: 3811243.

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

Color convert

RGB 171 39 58 -
CMYK 0 0.77 0.66 0.33
HSL 351.36º 0.63% 0.41% -
HSV(B) 351.36º 0.77% 0.67% -
XYZ 18.28 10.41 5.05 -
YUV 80.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 171 39 58 0 0.77 0.66 0.33 351.36 0.63 0.41
Hex AB 27 3A 0 4D 42 21 15F 3F 29
Octal 253 47 72 0 115 102 41 537 77 51
Binary 10101011 100111 111010 0 1001101 1000010 100001 101011111 111111 101001

Color Harmonies of #AB273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB273A

Black with #AB273A

Text Example


Text Example

White with #AB273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB273A; }

 p { color: rgb(171,39,58); }

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

background-color css

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

 a { background-color: rgb(171,39,58); }

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

border-color css

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

 span { border-color: rgb(171,39,58); }

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