Html Css Color HEX #A3313F Guardsman Red

📋 copy color: '#A3313F'

red 163 ◦ green 49 ◦ blue 63

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

Shades of Guardsman Red #A3313F

Tints of Guardsman Red #A3313F

RGB

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

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

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

R = 59.27%
G = 17.82%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#A3313F (or 0xA3313F) is known color: Guardsman Red. HEX triplet: A3, 31 and 3F. RGB value is (163,49,63). Sum of RGB (Red+Green+Blue) = 163+49+63=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3313F is #5CCEC0. Grayscale: #545454. Windows color (decimal): -6082241 or 4141475. OLE color: 4141475.

HSL color Cylindrical-coordinate representation of color #A3313F: hue angle of 352.63º 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 #A3313F is Cyan = 0, Magento = 0.70, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 49 63 -
CMYK 0 0.70 0.61 0.36
HSL 352.63º 0.54% 0.42% -
HSV(B) 352.63º 0.7% 0.64% -
XYZ 17.1 10.34 5.8 -
YUV 84.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 163 49 63 0 0.70 0.61 0.36 352.63 0.54 0.42
Hex A3 31 3F 0 46 3D 24 161 36 2A
Octal 243 61 77 0 106 75 44 541 66 52
Binary 10100011 110001 111111 0 1000110 111101 100100 101100001 110110 101010

Color Harmonies of #A3313F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3313F

Black with #A3313F

Text Example


Text Example

White with #A3313F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3313F; }

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

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

background-color css

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

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

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

border-color css

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

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

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