Html Css Color HEX #AB343D Guardsman Red

📋 copy color: '#AB343D'

red 171 ◦ green 52 ◦ blue 61

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

Shades of Guardsman Red #AB343D

Tints of Guardsman Red #AB343D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.48%

R = 60.21%
G = 18.31%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB343D (or 0xAB343D) is known color: Guardsman Red. HEX triplet: AB, 34 and 3D. RGB value is (171,52,61). Sum of RGB (Red+Green+Blue) = 171+52+61=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 52 (20.70% from 255 or 18.31% from 284); Blue value is 61 (24.22% from 255 or 21.48% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB343D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB343D is #54CBC2. Grayscale: #585858. Windows color (decimal): -5557187 or 4011179. OLE color: 4011179.

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

Color convert

RGB 171 52 61 -
CMYK 0 0.70 0.64 0.33
HSL 355.46º 0.53% 0.44% -
HSV(B) 355.46º 0.7% 0.67% -
XYZ 18.86 11.45 5.63 -
YUV 88.61 112.42 186.77 -
System Red Green Blue C M Y K H S L
Decimal 171 52 61 0 0.70 0.64 0.33 355.46 0.53 0.44
Hex AB 34 3D 0 46 40 21 163 35 2C
Octal 253 64 75 0 106 100 41 543 65 54
Binary 10101011 110100 111101 0 1000110 1000000 100001 101100011 110101 101100

Color Harmonies of #AB343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB343D

Black with #AB343D

Text Example


Text Example

White with #AB343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB343D; }

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

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

background-color css

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

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

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

border-color css

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

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

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