Html Css Color HEX #AB2426 Guardsman Red

📋 copy color: '#AB2426'

red 171 ◦ green 36 ◦ blue 38

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

Shades of Guardsman Red #AB2426

Tints of Guardsman Red #AB2426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.69%

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 69.8%
G = 14.69%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2426 (or 0xAB2426) is known color: Guardsman Red. HEX triplet: AB, 24 and 26. RGB value is (171,36,38). Sum of RGB (Red+Green+Blue) = 171+36+38=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2426 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2426 is #54DBD9. Grayscale: #4C4C4C. Windows color (decimal): -5561306 or 2499755. OLE color: 2499755.

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

Color convert

RGB 171 36 38 -
CMYK 0 0.79 0.78 0.33
HSL 359.11º 0.65% 0.41% -
HSV(B) 359.11º 0.79% 0.67% -
XYZ 17.78 10.06 2.84 -
YUV 76.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 171 36 38 0 0.79 0.78 0.33 359.11 0.65 0.41
Hex AB 24 26 0 4F 4E 21 167 41 29
Octal 253 44 46 0 117 116 41 547 101 51
Binary 10101011 100100 100110 0 1001111 1001110 100001 101100111 1000001 101001

Color Harmonies of #AB2426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2426

Black with #AB2426

Text Example


Text Example

White with #AB2426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2426; }

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

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

background-color css

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

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

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

border-color css

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

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

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