Html Css Color HEX #A8273F Guardsman Red

📋 copy color: '#A8273F'

red 168 ◦ green 39 ◦ blue 63

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

Shades of Guardsman Red #A8273F

Tints of Guardsman Red #A8273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.33%

R = 62.22%
G = 14.44%
B = 23.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8273F (or 0xA8273F) is known color: Guardsman Red. HEX triplet: A8, 27 and 3F. RGB value is (168,39,63). Sum of RGB (Red+Green+Blue) = 168+39+63=270 (35% of max value = 765). Red value is 168 (66.02% from 255 or 62.22% from 270); Green value is 39 (15.62% from 255 or 14.44% from 270); Blue value is 63 (25% from 255 or 23.33% from 270); Max value from RGB is 168 - color contains mainly: red. Hex color #A8273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8273F is #57D8C0. Grayscale: #505050. Windows color (decimal): -5757121 or 4138920. OLE color: 4138920.

HSL color Cylindrical-coordinate representation of color #A8273F: hue angle of 348.84º 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 #A8273F is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 39 63 -
CMYK 0 0.77 0.63 0.34
HSL 348.84º 0.62% 0.41% -
HSV(B) 348.84º 0.77% 0.66% -
XYZ 17.77 10.13 5.72 -
YUV 80.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 168 39 63 0 0.77 0.63 0.34 348.84 0.62 0.41
Hex A8 27 3F 0 4D 3F 22 15D 3E 29
Octal 250 47 77 0 115 77 42 535 76 51
Binary 10101000 100111 111111 0 1001101 111111 100010 101011101 111110 101001

Color Harmonies of #A8273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8273F

Black with #A8273F

Text Example


Text Example

White with #A8273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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