Html Css Color HEX #AB262C Guardsman Red

📋 copy color: '#AB262C'

red 171 ◦ green 38 ◦ blue 44

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

Shades of Guardsman Red #AB262C

Tints of Guardsman Red #AB262C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.02%

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 67.59%
G = 15.02%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB262C (or 0xAB262C) is known color: Guardsman Red. HEX triplet: AB, 26 and 2C. RGB value is (171,38,44). Sum of RGB (Red+Green+Blue) = 171+38+44=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB262C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB262C is #54D9D3. Grayscale: #4E4E4E. Windows color (decimal): -5560788 or 2893483. OLE color: 2893483.

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

Color convert

RGB 171 38 44 -
CMYK 0 0.78 0.74 0.33
HSL 357.29º 0.64% 0.41% -
HSV(B) 357.29º 0.78% 0.67% -
XYZ 17.94 10.23 3.41 -
YUV 78.45 108.56 194.01 -
System Red Green Blue C M Y K H S L
Decimal 171 38 44 0 0.78 0.74 0.33 357.29 0.64 0.41
Hex AB 26 2C 0 4E 4A 21 165 40 29
Octal 253 46 54 0 116 112 41 545 100 51
Binary 10101011 100110 101100 0 1001110 1001010 100001 101100101 1000000 101001

Color Harmonies of #AB262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB262C

Black with #AB262C

Text Example


Text Example

White with #AB262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB262C; }

 p { color: rgb(171,38,44); }

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

background-color css

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

 a { background-color: rgb(171,38,44); }

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

border-color css

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

 span { border-color: rgb(171,38,44); }

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