Html Css Color HEX #AB2327 Guardsman Red

📋 copy color: '#AB2327'

red 171 ◦ green 35 ◦ blue 39

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

Shades of Guardsman Red #AB2327

Tints of Guardsman Red #AB2327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.92%

R = 69.8%
G = 14.29%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB2327 (or 0xAB2327) is known color: Guardsman Red. HEX triplet: AB, 23 and 27. RGB value is (171,35,39). Sum of RGB (Red+Green+Blue) = 171+35+39=245 (32% of max value = 765). Red value is 171 (67.19% from 255 or 69.80% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2327 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2327 is #54DCD8. Grayscale: #4C4C4C. Windows color (decimal): -5561561 or 2565035. OLE color: 2565035.

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

Color convert

RGB 171 35 39 -
CMYK 0 0.80 0.77 0.33
HSL 358.24º 0.66% 0.4% -
HSV(B) 358.24º 0.8% 0.67% -
XYZ 17.76 10.01 2.91 -
YUV 76.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 171 35 39 0 0.80 0.77 0.33 358.24 0.66 0.4
Hex AB 23 27 0 50 4D 21 166 42 28
Octal 253 43 47 0 120 115 41 546 102 50
Binary 10101011 100011 100111 0 1010000 1001101 100001 101100110 1000010 101000

Color Harmonies of #AB2327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2327

Black with #AB2327

Text Example


Text Example

White with #AB2327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2327; }

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

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

background-color css

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

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

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

border-color css

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

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

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