Html Css Color HEX #A2393D Guardsman Red

📋 copy color: '#A2393D'

red 162 ◦ green 57 ◦ blue 61

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

Shades of Guardsman Red #A2393D

Tints of Guardsman Red #A2393D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

 BLUE value IS 61 (24.22% from 255) = 21.79%

R = 57.86%
G = 20.36%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A2393D (or 0xA2393D) is known color: Guardsman Red. HEX triplet: A2, 39 and 3D. RGB value is (162,57,61). Sum of RGB (Red+Green+Blue) = 162+57+61=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A2393D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2393D is #5DC6C2. Grayscale: #585858. Windows color (decimal): -6145731 or 4012450. OLE color: 4012450.

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

Color convert

RGB 162 57 61 -
CMYK 0 0.65 0.62 0.36
HSL 357.71º 0.48% 0.43% -
HSV(B) 357.71º 0.65% 0.64% -
XYZ 17.21 10.94 5.62 -
YUV 88.85 112.29 180.17 -
System Red Green Blue C M Y K H S L
Decimal 162 57 61 0 0.65 0.62 0.36 357.71 0.48 0.43
Hex A2 39 3D 0 41 3E 24 166 30 2B
Octal 242 71 75 0 101 76 44 546 60 53
Binary 10100010 111001 111101 0 1000001 111110 100100 101100110 110000 101011

Color Harmonies of #A2393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2393D

Black with #A2393D

Text Example


Text Example

White with #A2393D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2393D; }

 p { color: rgb(162,57,61); }

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

background-color css

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

 a { background-color: rgb(162,57,61); }

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

border-color css

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

 span { border-color: rgb(162,57,61); }

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