Html Css Color HEX #AB2830 Guardsman Red

📋 copy color: '#AB2830'

red 171 ◦ green 40 ◦ blue 48

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

Shades of Guardsman Red #AB2830

Tints of Guardsman Red #AB2830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.53%

R = 66.02%
G = 15.44%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB2830 (or 0xAB2830) is known color: Guardsman Red. HEX triplet: AB, 28 and 30. RGB value is (171,40,48). Sum of RGB (Red+Green+Blue) = 171+40+48=259 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.02% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2830 is #54D7CF. Grayscale: #505050. Windows color (decimal): -5560272 or 3156139. OLE color: 3156139.

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

Color convert

RGB 171 40 48 -
CMYK 0 0.77 0.72 0.33
HSL 356.34º 0.62% 0.41% -
HSV(B) 356.34º 0.77% 0.67% -
XYZ 18.09 10.39 3.85 -
YUV 80.08 109.9 192.85 -
System Red Green Blue C M Y K H S L
Decimal 171 40 48 0 0.77 0.72 0.33 356.34 0.62 0.41
Hex AB 28 30 0 4D 48 21 164 3E 29
Octal 253 50 60 0 115 110 41 544 76 51
Binary 10101011 101000 110000 0 1001101 1001000 100001 101100100 111110 101001

Color Harmonies of #AB2830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2830

Black with #AB2830

Text Example


Text Example

White with #AB2830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2830; }

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

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

background-color css

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

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

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

border-color css

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

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

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