Html Css Color HEX #AB252D Guardsman Red

📋 copy color: '#AB252D'

red 171 ◦ green 37 ◦ blue 45

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

Shades of Guardsman Red #AB252D

Tints of Guardsman Red #AB252D

RGB

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

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

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

R = 67.59%
G = 14.62%
B = 17.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB252D (or 0xAB252D) is known color: Guardsman Red. HEX triplet: AB, 25 and 2D. RGB value is (171,37,45). Sum of RGB (Red+Green+Blue) = 171+37+45=253 (33% of max value = 765). Red value is 171 (67.19% from 255 or 67.59% from 253); Green value is 37 (14.84% from 255 or 14.62% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 171 - color contains mainly: red. Hex color #AB252D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB252D is #54DAD2. Grayscale: #4E4E4E. Windows color (decimal): -5561043 or 2958763. OLE color: 2958763.

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

Color convert

RGB 171 37 45 -
CMYK 0 0.78 0.74 0.33
HSL 356.42º 0.64% 0.41% -
HSV(B) 356.42º 0.78% 0.67% -
XYZ 17.93 10.17 3.5 -
YUV 77.98 109.39 194.35 -
System Red Green Blue C M Y K H S L
Decimal 171 37 45 0 0.78 0.74 0.33 356.42 0.64 0.41
Hex AB 25 2D 0 4E 4A 21 164 40 29
Octal 253 45 55 0 116 112 41 544 100 51
Binary 10101011 100101 101101 0 1001110 1001010 100001 101100100 1000000 101001

Color Harmonies of #AB252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB252D

Black with #AB252D

Text Example


Text Example

White with #AB252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB252D; }

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

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

background-color css

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

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

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

border-color css

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

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

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