Html Css Color HEX #AB3336 Guardsman Red

📋 copy color: '#AB3336'

red 171 ◦ green 51 ◦ blue 54

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

Shades of Guardsman Red #AB3336

Tints of Guardsman Red #AB3336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 19.57%

R = 61.96%
G = 18.48%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB3336 (or 0xAB3336) is known color: Guardsman Red. HEX triplet: AB, 33 and 36. RGB value is (171,51,54). Sum of RGB (Red+Green+Blue) = 171+51+54=276 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.96% from 276); Green value is 51 (20.31% from 255 or 18.48% from 276); Blue value is 54 (21.48% from 255 or 19.57% from 276); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3336 is #54CCC9. Grayscale: #575757. Windows color (decimal): -5557450 or 3552171. OLE color: 3552171.

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

Color convert

RGB 171 51 54 -
CMYK 0 0.70 0.68 0.33
HSL 358.5º 0.54% 0.44% -
HSV(B) 358.5º 0.7% 0.67% -
XYZ 18.64 11.29 4.69 -
YUV 87.22 109.26 187.76 -
System Red Green Blue C M Y K H S L
Decimal 171 51 54 0 0.70 0.68 0.33 358.5 0.54 0.44
Hex AB 33 36 0 46 44 21 166 36 2C
Octal 253 63 66 0 106 104 41 546 66 54
Binary 10101011 110011 110110 0 1000110 1000100 100001 101100110 110110 101100

Color Harmonies of #AB3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3336

Black with #AB3336

Text Example


Text Example

White with #AB3336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3336; }

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

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

background-color css

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

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

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

border-color css

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

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

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