Html Css Color HEX #AB333C Guardsman Red

📋 copy color: '#AB333C'

red 171 ◦ green 51 ◦ blue 60

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

Shades of Guardsman Red #AB333C

Tints of Guardsman Red #AB333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

 BLUE value IS 60 (23.83% from 255) = 21.28%

R = 60.64%
G = 18.09%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB333C (or 0xAB333C) is known color: Guardsman Red. HEX triplet: AB, 33 and 3C. RGB value is (171,51,60). Sum of RGB (Red+Green+Blue) = 171+51+60=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB333C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB333C is #54CCC3. Grayscale: #575757. Windows color (decimal): -5557444 or 3945387. OLE color: 3945387.

HSL color Cylindrical-coordinate representation of color #AB333C: hue angle of 355.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB333C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 60 -
CMYK 0 0.70 0.65 0.33
HSL 355.5º 0.54% 0.44% -
HSV(B) 355.5º 0.7% 0.67% -
XYZ 18.79 11.35 5.48 -
YUV 87.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 171 51 60 0 0.70 0.65 0.33 355.5 0.54 0.44
Hex AB 33 3C 0 46 41 21 164 36 2C
Octal 253 63 74 0 106 101 41 544 66 54
Binary 10101011 110011 111100 0 1000110 1000001 100001 101100100 110110 101100

Color Harmonies of #AB333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB333C

Black with #AB333C

Text Example


Text Example

White with #AB333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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