Html Css Color HEX #AB2325 Guardsman Red

📋 copy color: '#AB2325'

red 171 ◦ green 35 ◦ blue 37

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

Shades of Guardsman Red #AB2325

Tints of Guardsman Red #AB2325

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 70.37%
G = 14.4%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AB2325 (or 0xAB2325) is known color: Guardsman Red. HEX triplet: AB, 23 and 25. RGB value is (171,35,37). Sum of RGB (Red+Green+Blue) = 171+35+37=243 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.37% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2325 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2325 is #54DCDA. Grayscale: #4C4C4C. Windows color (decimal): -5561563 or 2433963. OLE color: 2433963.

HSL color Cylindrical-coordinate representation of color #AB2325: hue angle of 359.12º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2325 is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 35 37 -
CMYK 0 0.80 0.78 0.33
HSL 359.12º 0.66% 0.4% -
HSV(B) 359.12º 0.8% 0.67% -
XYZ 17.73 9.99 2.74 -
YUV 75.89 106.06 195.84 -
System Red Green Blue C M Y K H S L
Decimal 171 35 37 0 0.80 0.78 0.33 359.12 0.66 0.4
Hex AB 23 25 0 50 4E 21 167 42 28
Octal 253 43 45 0 120 116 41 547 102 50
Binary 10101011 100011 100101 0 1010000 1001110 100001 101100111 1000010 101000

Color Harmonies of #AB2325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2325

Black with #AB2325

Text Example


Text Example

White with #AB2325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2325; }

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

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

background-color css

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

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

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

border-color css

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

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

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