Html Css Color HEX #AB282A Guardsman Red

📋 copy color: '#AB282A'

red 171 ◦ green 40 ◦ blue 42

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

Shades of Guardsman Red #AB282A

Tints of Guardsman Red #AB282A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.81%

 BLUE value IS 42 (16.8% from 255) = 16.6%

R = 67.59%
G = 15.81%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AB282A (or 0xAB282A) is known color: Guardsman Red. HEX triplet: AB, 28 and 2A. RGB value is (171,40,42). Sum of RGB (Red+Green+Blue) = 171+40+42=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 40 (16.02% from 255 or 15.81% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB282A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB282A is #54D7D5. Grayscale: #4F4F4F. Windows color (decimal): -5560278 or 2762923. OLE color: 2762923.

HSL color Cylindrical-coordinate representation of color #AB282A: hue angle of 359.08º degrees, saturation: 0.62, 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 #AB282A is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 40 42 -
CMYK 0 0.77 0.75 0.33
HSL 359.08º 0.62% 0.41% -
HSV(B) 359.08º 0.77% 0.67% -
XYZ 17.97 10.34 3.24 -
YUV 79.4 106.9 193.34 -
System Red Green Blue C M Y K H S L
Decimal 171 40 42 0 0.77 0.75 0.33 359.08 0.62 0.41
Hex AB 28 2A 0 4D 4B 21 167 3E 29
Octal 253 50 52 0 115 113 41 547 76 51
Binary 10101011 101000 101010 0 1001101 1001011 100001 101100111 111110 101001

Color Harmonies of #AB282A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB282A

Black with #AB282A

Text Example


Text Example

White with #AB282A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB282A; }

 p { color: rgb(171,40,42); }

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

background-color css

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

 a { background-color: rgb(171,40,42); }

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

border-color css

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

 span { border-color: rgb(171,40,42); }

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