Html Css Color HEX #A2353A Guardsman Red

📋 copy color: '#A2353A'

red 162 ◦ green 53 ◦ blue 58

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

Shades of Guardsman Red #A2353A

Tints of Guardsman Red #A2353A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.41%

 BLUE value IS 58 (23.05% from 255) = 21.25%

R = 59.34%
G = 19.41%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2353A (or 0xA2353A) is known color: Guardsman Red. HEX triplet: A2, 35 and 3A. RGB value is (162,53,58). Sum of RGB (Red+Green+Blue) = 162+53+58=273 (36% of max value = 765). Red value is 162 (63.67% from 255 or 59.34% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 162 - color contains mainly: red. Hex color #A2353A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2353A is #5DCAC5. Grayscale: #565656. Windows color (decimal): -6146758 or 3814818. OLE color: 3814818.

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

Color convert

RGB 162 53 58 -
CMYK 0 0.67 0.64 0.36
HSL 357.25º 0.51% 0.42% -
HSV(B) 357.25º 0.67% 0.64% -
XYZ 16.94 10.53 5.14 -
YUV 86.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 162 53 58 0 0.67 0.64 0.36 357.25 0.51 0.42
Hex A2 35 3A 0 43 40 24 165 33 2A
Octal 242 65 72 0 103 100 44 545 63 52
Binary 10100010 110101 111010 0 1000011 1000000 100100 101100101 110011 101010

Color Harmonies of #A2353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2353A

Black with #A2353A

Text Example


Text Example

White with #A2353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2353A; }

 p { color: rgb(162,53,58); }

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

background-color css

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

 a { background-color: rgb(162,53,58); }

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

border-color css

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

 span { border-color: rgb(162,53,58); }

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