Html Css Color HEX #A2323A Guardsman Red

📋 copy color: '#A2323A'

red 162 ◦ green 50 ◦ blue 58

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

Shades of Guardsman Red #A2323A

Tints of Guardsman Red #A2323A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.52%

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

R = 60%
G = 18.52%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2323A (or 0xA2323A) is known color: Guardsman Red. HEX triplet: A2, 32 and 3A. RGB value is (162,50,58). Sum of RGB (Red+Green+Blue) = 162+50+58=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 50 (19.92% from 255 or 18.52% from 270); Blue value is 58 (23.05% from 255 or 21.48% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A2323A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2323A is #5DCDC5. Grayscale: #545454. Windows color (decimal): -6147526 or 3814050. OLE color: 3814050.

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

Color convert

RGB 162 50 58 -
CMYK 0 0.69 0.64 0.36
HSL 355.71º 0.53% 0.42% -
HSV(B) 355.71º 0.69% 0.64% -
XYZ 16.8 10.27 5.1 -
YUV 84.4 113.11 183.35 -
System Red Green Blue C M Y K H S L
Decimal 162 50 58 0 0.69 0.64 0.36 355.71 0.53 0.42
Hex A2 32 3A 0 45 40 24 164 35 2A
Octal 242 62 72 0 105 100 44 544 65 52
Binary 10100010 110010 111010 0 1000101 1000000 100100 101100100 110101 101010

Color Harmonies of #A2323A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2323A

Black with #A2323A

Text Example


Text Example

White with #A2323A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2323A; }

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

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

background-color css

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

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

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

border-color css

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

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

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