Html Css Color HEX #AB2A2D Guardsman Red

📋 copy color: '#AB2A2D'

red 171 ◦ green 42 ◦ blue 45

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

Shades of Guardsman Red #AB2A2D

Tints of Guardsman Red #AB2A2D

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.28%

 BLUE value IS 45 (17.97% from 255) = 17.44%

R = 66.28%
G = 16.28%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB2A2D (or 0xAB2A2D) is known color: Guardsman Red. HEX triplet: AB, 2A and 2D. RGB value is (171,42,45). Sum of RGB (Red+Green+Blue) = 171+42+45=258 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.28% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2A2D is #54D5D2. Grayscale: #515151. Windows color (decimal): -5559763 or 2960043. OLE color: 2960043.

HSL color Cylindrical-coordinate representation of color #AB2A2D: hue angle of 358.6º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2A2D is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 42 45 -
CMYK 0 0.75 0.74 0.33
HSL 358.6º 0.61% 0.42% -
HSV(B) 358.6º 0.75% 0.67% -
XYZ 18.1 10.5 3.56 -
YUV 80.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 171 42 45 0 0.75 0.74 0.33 358.6 0.61 0.42
Hex AB 2A 2D 0 4B 4A 21 167 3D 2A
Octal 253 52 55 0 113 112 41 547 75 52
Binary 10101011 101010 101101 0 1001011 1001010 100001 101100111 111101 101010

Color Harmonies of #AB2A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2A2D

Black with #AB2A2D

Text Example


Text Example

White with #AB2A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2A2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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