Html Css Color HEX #AB363D Guardsman Red

📋 copy color: '#AB363D'

red 171 ◦ green 54 ◦ blue 61

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

Shades of Guardsman Red #AB363D

Tints of Guardsman Red #AB363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

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

R = 59.79%
G = 18.88%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB363D (or 0xAB363D) is known color: Guardsman Red. HEX triplet: AB, 36 and 3D. RGB value is (171,54,61). Sum of RGB (Red+Green+Blue) = 171+54+61=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB363D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB363D is #54C9C2. Grayscale: #595959. Windows color (decimal): -5556675 or 4011691. OLE color: 4011691.

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

Color convert

RGB 171 54 61 -
CMYK 0 0.68 0.64 0.33
HSL 356.41º 0.52% 0.44% -
HSV(B) 356.41º 0.68% 0.67% -
XYZ 18.96 11.63 5.66 -
YUV 89.78 111.76 185.93 -
System Red Green Blue C M Y K H S L
Decimal 171 54 61 0 0.68 0.64 0.33 356.41 0.52 0.44
Hex AB 36 3D 0 44 40 21 164 34 2C
Octal 253 66 75 0 104 100 41 544 64 54
Binary 10101011 110110 111101 0 1000100 1000000 100001 101100100 110100 101100

Color Harmonies of #AB363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB363D

Black with #AB363D

Text Example


Text Example

White with #AB363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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