Html Css Color HEX #A3313B Guardsman Red

📋 copy color: '#A3313B'

red 163 ◦ green 49 ◦ blue 59

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

Shades of Guardsman Red #A3313B

Tints of Guardsman Red #A3313B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.77%

R = 60.15%
G = 18.08%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A3313B (or 0xA3313B) is known color: Guardsman Red. HEX triplet: A3, 31 and 3B. RGB value is (163,49,59). Sum of RGB (Red+Green+Blue) = 163+49+59=271 (35% of max value = 765). Red value is 163 (64.06% from 255 or 60.15% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 59 (23.44% from 255 or 21.77% from 271); Max value from RGB is 163 - color contains mainly: red. Hex color #A3313B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3313B is #5CCEC4. Grayscale: #545454. Windows color (decimal): -6082245 or 3879331. OLE color: 3879331.

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

Color convert

RGB 163 49 59 -
CMYK 0 0.70 0.64 0.36
HSL 354.74º 0.54% 0.42% -
HSV(B) 354.74º 0.7% 0.64% -
XYZ 16.99 10.3 5.23 -
YUV 84.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 163 49 59 0 0.70 0.64 0.36 354.74 0.54 0.42
Hex A3 31 3B 0 46 40 24 163 36 2A
Octal 243 61 73 0 106 100 44 543 66 52
Binary 10100011 110001 111011 0 1000110 1000000 100100 101100011 110110 101010

Color Harmonies of #A3313B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3313B

Black with #A3313B

Text Example


Text Example

White with #A3313B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3313B; }

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

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

background-color css

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

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

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

border-color css

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

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

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