Html Css Color HEX #AB2333 Guardsman Red

📋 copy color: '#AB2333'

red 171 ◦ green 35 ◦ blue 51

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

Shades of Guardsman Red #AB2333

Tints of Guardsman Red #AB2333

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 19.84%

R = 66.54%
G = 13.62%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AB2333 (or 0xAB2333) is known color: Guardsman Red. HEX triplet: AB, 23 and 33. RGB value is (171,35,51). Sum of RGB (Red+Green+Blue) = 171+35+51=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB2333 is #54DCCC. Grayscale: #4D4D4D. Windows color (decimal): -5561549 or 3351467. OLE color: 3351467.

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

Color convert

RGB 171 35 51 -
CMYK 0 0.80 0.70 0.33
HSL 352.94º 0.66% 0.4% -
HSV(B) 352.94º 0.8% 0.67% -
XYZ 17.99 10.1 4.13 -
YUV 77.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 171 35 51 0 0.80 0.70 0.33 352.94 0.66 0.4
Hex AB 23 33 0 50 46 21 161 42 28
Octal 253 43 63 0 120 106 41 541 102 50
Binary 10101011 100011 110011 0 1010000 1000110 100001 101100001 1000010 101000

Color Harmonies of #AB2333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2333

Black with #AB2333

Text Example


Text Example

White with #AB2333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2333; }

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

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

background-color css

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

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

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

border-color css

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

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

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