Html Css Color HEX #AB2428 Guardsman Red

📋 copy color: '#AB2428'

red 171 ◦ green 36 ◦ blue 40

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

Shades of Guardsman Red #AB2428

Tints of Guardsman Red #AB2428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.19%

R = 69.23%
G = 14.57%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB2428 (or 0xAB2428) is known color: Guardsman Red. HEX triplet: AB, 24 and 28. RGB value is (171,36,40). Sum of RGB (Red+Green+Blue) = 171+36+40=247 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.23% from 247); Green value is 36 (14.45% from 255 or 14.57% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2428 is #54DBD7. Grayscale: #4C4C4C. Windows color (decimal): -5561304 or 2630827. OLE color: 2630827.

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

Color convert

RGB 171 36 40 -
CMYK 0 0.79 0.77 0.33
HSL 358.22º 0.65% 0.41% -
HSV(B) 358.22º 0.79% 0.67% -
XYZ 17.81 10.07 3.01 -
YUV 76.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 171 36 40 0 0.79 0.77 0.33 358.22 0.65 0.41
Hex AB 24 28 0 4F 4D 21 166 41 29
Octal 253 44 50 0 117 115 41 546 101 51
Binary 10101011 100100 101000 0 1001111 1001101 100001 101100110 1000001 101001

Color Harmonies of #AB2428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2428

Black with #AB2428

Text Example


Text Example

White with #AB2428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2428; }

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

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

background-color css

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

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

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

border-color css

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

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

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