Html Css Color HEX #A3313E Guardsman Red

📋 copy color: '#A3313E'

red 163 ◦ green 49 ◦ blue 62

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

Shades of Guardsman Red #A3313E

Tints of Guardsman Red #A3313E

RGB

 RED value IS 163 (64.06% from 255) = 59.49%

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

 BLUE value IS 62 (24.61% from 255) = 22.63%

R = 59.49%
G = 17.88%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A3313E (or 0xA3313E) is known color: Guardsman Red. HEX triplet: A3, 31 and 3E. RGB value is (163,49,62). Sum of RGB (Red+Green+Blue) = 163+49+62=274 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.49% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 62 (24.61% from 255 or 22.63% from 274); Max value from RGB is 163 - color contains mainly: red. Hex color #A3313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3313E is #5CCEC1. Grayscale: #545454. Windows color (decimal): -6082242 or 4075939. OLE color: 4075939.

HSL color Cylindrical-coordinate representation of color #A3313E: hue angle of 353.16º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A3313E is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 62 -
CMYK 0 0.70 0.62 0.36
HSL 353.16º 0.54% 0.42% -
HSV(B) 353.16º 0.7% 0.64% -
XYZ 17.07 10.33 5.65 -
YUV 84.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 163 49 62 0 0.70 0.62 0.36 353.16 0.54 0.42
Hex A3 31 3E 0 46 3E 24 161 36 2A
Octal 243 61 76 0 106 76 44 541 66 52
Binary 10100011 110001 111110 0 1000110 111110 100100 101100001 110110 101010

Color Harmonies of #A3313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3313E

Black with #A3313E

Text Example


Text Example

White with #A3313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3313E; }

 p { color: rgb(163,49,62); }

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

background-color css

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

 a { background-color: rgb(163,49,62); }

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

border-color css

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

 span { border-color: rgb(163,49,62); }

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