Html Css Color HEX #A8202B Guardsman Red

📋 copy color: '#A8202B'

red 168 ◦ green 32 ◦ blue 43

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

Shades of Guardsman Red #A8202B

Tints of Guardsman Red #A8202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

 BLUE value IS 43 (17.19% from 255) = 17.7%

R = 69.14%
G = 13.17%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8202B (or 0xA8202B) is known color: Guardsman Red. HEX triplet: A8, 20 and 2B. RGB value is (168,32,43). Sum of RGB (Red+Green+Blue) = 168+32+43=243 (32% of max value = 765). Red value is 168 (66.02% from 255 or 69.14% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 43 (17.19% from 255 or 17.70% from 243); Max value from RGB is 168 - color contains mainly: red. Hex color #A8202B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8202B is #57DFD4. Grayscale: #4A4A4A. Windows color (decimal): -5758933 or 2826408. OLE color: 2826408.

HSL color Cylindrical-coordinate representation of color #A8202B: hue angle of 355.15º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A8202B is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 32 43 -
CMYK 0 0.81 0.74 0.34
HSL 355.15º 0.68% 0.39% -
HSV(B) 355.15º 0.81% 0.66% -
XYZ 17.1 9.53 3.22 -
YUV 73.92 110.56 195.11 -
System Red Green Blue C M Y K H S L
Decimal 168 32 43 0 0.81 0.74 0.34 355.15 0.68 0.39
Hex A8 20 2B 0 51 4A 22 163 44 27
Octal 250 40 53 0 121 112 42 543 104 47
Binary 10101000 100000 101011 0 1010001 1001010 100010 101100011 1000100 100111

Color Harmonies of #A8202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8202B

Black with #A8202B

Text Example


Text Example

White with #A8202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8202B; }

 p { color: rgb(168,32,43); }

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

background-color css

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

 a { background-color: rgb(168,32,43); }

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

border-color css

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

 span { border-color: rgb(168,32,43); }

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