Html Css Color HEX #A2373B Guardsman Red

📋 copy color: '#A2373B'

red 162 ◦ green 55 ◦ blue 59

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

Shades of Guardsman Red #A2373B

Tints of Guardsman Red #A2373B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.93%

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

R = 58.7%
G = 19.93%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2373B (or 0xA2373B) is known color: Guardsman Red. HEX triplet: A2, 37 and 3B. RGB value is (162,55,59). Sum of RGB (Red+Green+Blue) = 162+55+59=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2373B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2373B is #5DC8C4. Grayscale: #575757. Windows color (decimal): -6146245 or 3880866. OLE color: 3880866.

HSL color Cylindrical-coordinate representation of color #A2373B: hue angle of 357.76º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A2373B is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 55 59 -
CMYK 0 0.66 0.64 0.36
HSL 357.76º 0.49% 0.43% -
HSV(B) 357.76º 0.66% 0.64% -
XYZ 17.06 10.73 5.31 -
YUV 87.45 111.95 181.17 -
System Red Green Blue C M Y K H S L
Decimal 162 55 59 0 0.66 0.64 0.36 357.76 0.49 0.43
Hex A2 37 3B 0 42 40 24 166 31 2B
Octal 242 67 73 0 102 100 44 546 61 53
Binary 10100010 110111 111011 0 1000010 1000000 100100 101100110 110001 101011

Color Harmonies of #A2373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2373B

Black with #A2373B

Text Example


Text Example

White with #A2373B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2373B; }

 p { color: rgb(162,55,59); }

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

background-color css

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

 a { background-color: rgb(162,55,59); }

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

border-color css

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

 span { border-color: rgb(162,55,59); }

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