Html Css Color HEX #AB353D Guardsman Red

📋 copy color: '#AB353D'

red 171 ◦ green 53 ◦ blue 61

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

Shades of Guardsman Red #AB353D

Tints of Guardsman Red #AB353D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.6%

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

R = 60%
G = 18.6%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB353D (or 0xAB353D) is known color: Guardsman Red. HEX triplet: AB, 35 and 3D. RGB value is (171,53,61). Sum of RGB (Red+Green+Blue) = 171+53+61=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 53 (21.09% from 255 or 18.60% from 285); Blue value is 61 (24.22% from 255 or 21.40% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB353D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB353D is #54CAC2. Grayscale: #595959. Windows color (decimal): -5556931 or 4011435. OLE color: 4011435.

HSL color Cylindrical-coordinate representation of color #AB353D: hue angle of 355.93º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AB353D is Cyan = 0, Magento = 0.69, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 53 61 -
CMYK 0 0.69 0.64 0.33
HSL 355.93º 0.53% 0.44% -
HSV(B) 355.93º 0.69% 0.67% -
XYZ 18.91 11.54 5.65 -
YUV 89.19 112.09 186.35 -
System Red Green Blue C M Y K H S L
Decimal 171 53 61 0 0.69 0.64 0.33 355.93 0.53 0.44
Hex AB 35 3D 0 45 40 21 164 35 2C
Octal 253 65 75 0 105 100 41 544 65 54
Binary 10101011 110101 111101 0 1000101 1000000 100001 101100100 110101 101100

Color Harmonies of #AB353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB353D

Black with #AB353D

Text Example


Text Example

White with #AB353D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB353D; }

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

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

background-color css

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

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

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

border-color css

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

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

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