Html Css Color HEX #A2363C Guardsman Red

📋 copy color: '#A2363C'

red 162 ◦ green 54 ◦ blue 60

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

Shades of Guardsman Red #A2363C

Tints of Guardsman Red #A2363C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.57%

 BLUE value IS 60 (23.83% from 255) = 21.74%

R = 58.7%
G = 19.57%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A2363C (or 0xA2363C) is known color: Guardsman Red. HEX triplet: A2, 36 and 3C. RGB value is (162,54,60). Sum of RGB (Red+Green+Blue) = 162+54+60=276 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.70% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 60 (23.83% from 255 or 21.74% from 276); Max value from RGB is 162 - color contains mainly: red. Hex color #A2363C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2363C is #5DC9C3. Grayscale: #575757. Windows color (decimal): -6146500 or 3946146. OLE color: 3946146.

HSL color Cylindrical-coordinate representation of color #A2363C: hue angle of 356.67º degrees, saturation: 0.5, 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 #A2363C is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 54 60 -
CMYK 0 0.67 0.63 0.36
HSL 356.67º 0.5% 0.42% -
HSV(B) 356.67º 0.67% 0.64% -
XYZ 17.04 10.65 5.43 -
YUV 86.98 112.78 181.51 -
System Red Green Blue C M Y K H S L
Decimal 162 54 60 0 0.67 0.63 0.36 356.67 0.5 0.42
Hex A2 36 3C 0 43 3F 24 165 32 2A
Octal 242 66 74 0 103 77 44 545 62 52
Binary 10100010 110110 111100 0 1000011 111111 100100 101100101 110010 101010

Color Harmonies of #A2363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2363C

Black with #A2363C

Text Example


Text Example

White with #A2363C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2363C; }

 p { color: rgb(162,54,60); }

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

background-color css

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

 a { background-color: rgb(162,54,60); }

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

border-color css

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

 span { border-color: rgb(162,54,60); }

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