Html Css Color HEX #AB2530 Guardsman Red

📋 copy color: '#AB2530'

red 171 ◦ green 37 ◦ blue 48

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

Shades of Guardsman Red #AB2530

Tints of Guardsman Red #AB2530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

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

R = 66.8%
G = 14.45%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.33

RGB Variations

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

Color information

#AB2530 (or 0xAB2530) is known color: Guardsman Red. HEX triplet: AB, 25 and 30. RGB value is (171,37,48). Sum of RGB (Red+Green+Blue) = 171+37+48=256 (33% of max value = 765). Red value is 171 (67.19% from 255 or 66.80% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 48 (19.14% from 255 or 18.75% from 256); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2530 is #54DACF. Grayscale: #4E4E4E. Windows color (decimal): -5561040 or 3155371. OLE color: 3155371.

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

Color convert

RGB 171 37 48 -
CMYK 0 0.78 0.72 0.33
HSL 355.07º 0.64% 0.41% -
HSV(B) 355.07º 0.78% 0.67% -
XYZ 17.99 10.19 3.82 -
YUV 78.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 171 37 48 0 0.78 0.72 0.33 355.07 0.64 0.41
Hex AB 25 30 0 4E 48 21 163 40 29
Octal 253 45 60 0 116 110 41 543 100 51
Binary 10101011 100101 110000 0 1001110 1001000 100001 101100011 1000000 101001

Color Harmonies of #AB2530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2530

Black with #AB2530

Text Example


Text Example

White with #AB2530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2530; }

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

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

background-color css

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

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

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

border-color css

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

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

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