Html Css Color HEX #A81B1C Guardsman Red

📋 copy color: '#A81B1C'

red 168 ◦ green 27 ◦ blue 28

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

Shades of Guardsman Red #A81B1C

Tints of Guardsman Red #A81B1C

RGB

 RED value IS 168 (66.02% from 255) = 75.34%

 GREEN value IS 27 (10.94% from 255) = 12.11%

 BLUE value IS 28 (11.33% from 255) = 12.56%

R = 75.34%
G = 12.11%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A81B1C (or 0xA81B1C) is known color: Guardsman Red. HEX triplet: A8, 1B and 1C. RGB value is (168,27,28). Sum of RGB (Red+Green+Blue) = 168+27+28=223 (29% of max value = 765). Red value is 168 (66.02% from 255 or 75.34% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 168 - color contains mainly: red. Hex color #A81B1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A81B1C is #57E4E3. Grayscale: #454545. Windows color (decimal): -5760228 or 1842088. OLE color: 1842088.

HSL color Cylindrical-coordinate representation of color #A81B1C: hue angle of 359.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A81B1C is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 27 28 -
CMYK 0 0.84 0.83 0.34
HSL 359.57º 0.72% 0.38% -
HSV(B) 359.57º 0.84% 0.66% -
XYZ 16.75 9.19 1.99 -
YUV 69.27 104.71 198.42 -
System Red Green Blue C M Y K H S L
Decimal 168 27 28 0 0.84 0.83 0.34 359.57 0.72 0.38
Hex A8 1B 1C 0 54 53 22 168 48 26
Octal 250 33 34 0 124 123 42 550 110 46
Binary 10101000 11011 11100 0 1010100 1010011 100010 101101000 1001000 100110

Color Harmonies of #A81B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A81B1C

Black with #A81B1C

Text Example


Text Example

White with #A81B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A81B1C; }

 p { color: rgb(168,27,28); }

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

background-color css

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

 a { background-color: rgb(168,27,28); }

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

border-color css

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

 span { border-color: rgb(168,27,28); }

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