Html Css Color HEX #A2313E Guardsman Red

📋 copy color: '#A2313E'

red 162 ◦ green 49 ◦ blue 62

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

Shades of Guardsman Red #A2313E

Tints of Guardsman Red #A2313E

RGB

 RED value IS 162 (63.67% from 255) = 59.34%

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

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

R = 59.34%
G = 17.95%
B = 22.71%

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

#A2313E (or 0xA2313E) is known color: Guardsman Red. HEX triplet: A2, 31 and 3E. RGB value is (162,49,62). Sum of RGB (Red+Green+Blue) = 162+49+62=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2313E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2313E is #5DCEC1. Grayscale: #545454. Windows color (decimal): -6147778 or 4075938. OLE color: 4075938.

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

Color convert

RGB 162 49 62 -
CMYK 0 0.70 0.62 0.36
HSL 353.1º 0.54% 0.41% -
HSV(B) 353.1º 0.7% 0.64% -
XYZ 16.87 10.23 5.64 -
YUV 84.27 115.44 183.44 -
System Red Green Blue C M Y K H S L
Decimal 162 49 62 0 0.70 0.62 0.36 353.1 0.54 0.41
Hex A2 31 3E 0 46 3E 24 161 36 29
Octal 242 61 76 0 106 76 44 541 66 51
Binary 10100010 110001 111110 0 1000110 111110 100100 101100001 110110 101001

Color Harmonies of #A2313E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2313E

Black with #A2313E

Text Example


Text Example

White with #A2313E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2313E; }

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

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

background-color css

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

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

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

border-color css

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

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

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