Html Css Color HEX #AB2326 Guardsman Red

📋 copy color: '#AB2326'

red 171 ◦ green 35 ◦ blue 38

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

Shades of Guardsman Red #AB2326

Tints of Guardsman Red #AB2326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.57%

R = 70.08%
G = 14.34%
B = 15.57%

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

#AB2326 (or 0xAB2326) is known color: Guardsman Red. HEX triplet: AB, 23 and 26. RGB value is (171,35,38). Sum of RGB (Red+Green+Blue) = 171+35+38=244 (32% of max value = 765). Red value is 171 (67.19% from 255 or 70.08% from 244); Green value is 35 (14.06% from 255 or 14.34% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2326 is #54DCD9. Grayscale: #4C4C4C. Windows color (decimal): -5561562 or 2499499. OLE color: 2499499.

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

Color convert

RGB 171 35 38 -
CMYK 0 0.80 0.78 0.33
HSL 358.68º 0.66% 0.4% -
HSV(B) 358.68º 0.8% 0.67% -
XYZ 17.75 10 2.83 -
YUV 76.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 171 35 38 0 0.80 0.78 0.33 358.68 0.66 0.4
Hex AB 23 26 0 50 4E 21 167 42 28
Octal 253 43 46 0 120 116 41 547 102 50
Binary 10101011 100011 100110 0 1010000 1001110 100001 101100111 1000010 101000

Color Harmonies of #AB2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2326

Black with #AB2326

Text Example


Text Example

White with #AB2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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