Html Css Color HEX #A8272C Guardsman Red

📋 copy color: '#A8272C'

red 168 ◦ green 39 ◦ blue 44

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

Shades of Guardsman Red #A8272C

Tints of Guardsman Red #A8272C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.54%

 BLUE value IS 44 (17.58% from 255) = 17.53%

R = 66.93%
G = 15.54%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8272C (or 0xA8272C) is known color: Guardsman Red. HEX triplet: A8, 27 and 2C. RGB value is (168,39,44). Sum of RGB (Red+Green+Blue) = 168+39+44=251 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.93% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 168 - color contains mainly: red. Hex color #A8272C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8272C is #57D8D3. Grayscale: #4E4E4E. Windows color (decimal): -5757140 or 2893736. OLE color: 2893736.

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

Color convert

RGB 168 39 44 -
CMYK 0 0.77 0.74 0.34
HSL 357.67º 0.62% 0.41% -
HSV(B) 357.67º 0.77% 0.66% -
XYZ 17.33 9.96 3.39 -
YUV 78.14 108.74 192.09 -
System Red Green Blue C M Y K H S L
Decimal 168 39 44 0 0.77 0.74 0.34 357.67 0.62 0.41
Hex A8 27 2C 0 4D 4A 22 166 3E 29
Octal 250 47 54 0 115 112 42 546 76 51
Binary 10101000 100111 101100 0 1001101 1001010 100010 101100110 111110 101001

Color Harmonies of #A8272C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8272C

Black with #A8272C

Text Example


Text Example

White with #A8272C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8272C; }

 p { color: rgb(168,39,44); }

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

background-color css

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

 a { background-color: rgb(168,39,44); }

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

border-color css

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

 span { border-color: rgb(168,39,44); }

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