Html Css Color HEX #A8313F Guardsman Red

📋 copy color: '#A8313F'

red 168 ◦ green 49 ◦ blue 63

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

Shades of Guardsman Red #A8313F

Tints of Guardsman Red #A8313F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.5%

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

R = 60%
G = 17.5%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8313F (or 0xA8313F) is known color: Guardsman Red. HEX triplet: A8, 31 and 3F. RGB value is (168,49,63). Sum of RGB (Red+Green+Blue) = 168+49+63=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 49 (19.53% from 255 or 17.5% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8313F is #57CEC0. Grayscale: #565656. Windows color (decimal): -5754561 or 4141480. OLE color: 4141480.

HSL color Cylindrical-coordinate representation of color #A8313F: hue angle of 352.94º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8313F is Cyan = 0, Magento = 0.71, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 49 63 -
CMYK 0 0.71 0.63 0.34
HSL 352.94º 0.55% 0.43% -
HSV(B) 352.94º 0.71% 0.66% -
XYZ 18.14 10.88 5.85 -
YUV 86.18 114.92 186.36 -
System Red Green Blue C M Y K H S L
Decimal 168 49 63 0 0.71 0.63 0.34 352.94 0.55 0.43
Hex A8 31 3F 0 47 3F 22 161 37 2B
Octal 250 61 77 0 107 77 42 541 67 53
Binary 10101000 110001 111111 0 1000111 111111 100010 101100001 110111 101011

Color Harmonies of #A8313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8313F

Black with #A8313F

Text Example


Text Example

White with #A8313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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