Html Css Color HEX #A8212D Guardsman Red

📋 copy color: '#A8212D'

red 168 ◦ green 33 ◦ blue 45

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

Shades of Guardsman Red #A8212D

Tints of Guardsman Red #A8212D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 13.41%

 BLUE value IS 45 (17.97% from 255) = 18.29%

R = 68.29%
G = 13.41%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A8212D (or 0xA8212D) is known color: Guardsman Red. HEX triplet: A8, 21 and 2D. RGB value is (168,33,45). Sum of RGB (Red+Green+Blue) = 168+33+45=246 (32% of max value = 765). Red value is 168 (66.02% from 255 or 68.29% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 168 - color contains mainly: red. Hex color #A8212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8212D is #57DED2. Grayscale: #4A4A4A. Windows color (decimal): -5758675 or 2957736. OLE color: 2957736.

HSL color Cylindrical-coordinate representation of color #A8212D: hue angle of 354.67º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8212D is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 33 45 -
CMYK 0 0.80 0.73 0.34
HSL 354.67º 0.67% 0.39% -
HSV(B) 354.67º 0.8% 0.66% -
XYZ 17.17 9.6 3.43 -
YUV 74.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 168 33 45 0 0.80 0.73 0.34 354.67 0.67 0.39
Hex A8 21 2D 0 50 49 22 163 43 27
Octal 250 41 55 0 120 111 42 543 103 47
Binary 10101000 100001 101101 0 1010000 1001001 100010 101100011 1000011 100111

Color Harmonies of #A8212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8212D

Black with #A8212D

Text Example


Text Example

White with #A8212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8212D; }

 p { color: rgb(168,33,45); }

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

background-color css

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

 a { background-color: rgb(168,33,45); }

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

border-color css

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

 span { border-color: rgb(168,33,45); }

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