Html Css Color HEX #AB343B Guardsman Red

📋 copy color: '#AB343B'

red 171 ◦ green 52 ◦ blue 59

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

Shades of Guardsman Red #AB343B

Tints of Guardsman Red #AB343B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.44%

 BLUE value IS 59 (23.44% from 255) = 20.92%

R = 60.64%
G = 18.44%
B = 20.92%

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

#AB343B (or 0xAB343B) is known color: Guardsman Red. HEX triplet: AB, 34 and 3B. RGB value is (171,52,59). Sum of RGB (Red+Green+Blue) = 171+52+59=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 52 (20.70% from 255 or 18.44% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB343B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB343B is #54CBC4. Grayscale: #585858. Windows color (decimal): -5557189 or 3880107. OLE color: 3880107.

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

Color convert

RGB 171 52 59 -
CMYK 0 0.70 0.65 0.33
HSL 356.47º 0.53% 0.44% -
HSV(B) 356.47º 0.7% 0.67% -
XYZ 18.81 11.43 5.35 -
YUV 88.38 111.42 186.93 -
System Red Green Blue C M Y K H S L
Decimal 171 52 59 0 0.70 0.65 0.33 356.47 0.53 0.44
Hex AB 34 3B 0 46 41 21 164 35 2C
Octal 253 64 73 0 106 101 41 544 65 54
Binary 10101011 110100 111011 0 1000110 1000001 100001 101100100 110101 101100

Color Harmonies of #AB343B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB343B

Black with #AB343B

Text Example


Text Example

White with #AB343B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB343B; }

 p { color: rgb(171,52,59); }

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

background-color css

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

 a { background-color: rgb(171,52,59); }

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

border-color css

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

 span { border-color: rgb(171,52,59); }

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