Html Css Color HEX #AB363A Guardsman Red

📋 copy color: '#AB363A'

red 171 ◦ green 54 ◦ blue 58

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

Shades of Guardsman Red #AB363A

Tints of Guardsman Red #AB363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.49%

R = 60.42%
G = 19.08%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB363A (or 0xAB363A) is known color: Guardsman Red. HEX triplet: AB, 36 and 3A. RGB value is (171,54,58). Sum of RGB (Red+Green+Blue) = 171+54+58=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 54 (21.48% from 255 or 19.08% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB363A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB363A is #54C9C5. Grayscale: #595959. Windows color (decimal): -5556678 or 3815083. OLE color: 3815083.

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

Color convert

RGB 171 54 58 -
CMYK 0 0.68 0.66 0.33
HSL 357.95º 0.52% 0.44% -
HSV(B) 357.95º 0.68% 0.67% -
XYZ 18.88 11.6 5.25 -
YUV 89.44 110.26 186.17 -
System Red Green Blue C M Y K H S L
Decimal 171 54 58 0 0.68 0.66 0.33 357.95 0.52 0.44
Hex AB 36 3A 0 44 42 21 166 34 2C
Octal 253 66 72 0 104 102 41 546 64 54
Binary 10101011 110110 111010 0 1000100 1000010 100001 101100110 110100 101100

Color Harmonies of #AB363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB363A

Black with #AB363A

Text Example


Text Example

White with #AB363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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