Html Css Color HEX #A3313C Guardsman Red

📋 copy color: '#A3313C'

red 163 ◦ green 49 ◦ blue 60

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

Shades of Guardsman Red #A3313C

Tints of Guardsman Red #A3313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.06%

R = 59.93%
G = 18.01%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A3313C (or 0xA3313C) is known color: Guardsman Red. HEX triplet: A3, 31 and 3C. RGB value is (163,49,60). Sum of RGB (Red+Green+Blue) = 163+49+60=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 60 (23.83% from 255 or 22.06% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A3313C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3313C is #5CCEC3. Grayscale: #545454. Windows color (decimal): -6082244 or 3944867. OLE color: 3944867.

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

Color convert

RGB 163 49 60 -
CMYK 0 0.70 0.63 0.36
HSL 354.21º 0.54% 0.42% -
HSV(B) 354.21º 0.7% 0.64% -
XYZ 17.02 10.31 5.37 -
YUV 84.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 163 49 60 0 0.70 0.63 0.36 354.21 0.54 0.42
Hex A3 31 3C 0 46 3F 24 162 36 2A
Octal 243 61 74 0 106 77 44 542 66 52
Binary 10100011 110001 111100 0 1000110 111111 100100 101100010 110110 101010

Color Harmonies of #A3313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3313C

Black with #A3313C

Text Example


Text Example

White with #A3313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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