Html Css Color HEX #A2393B Guardsman Red

📋 copy color: '#A2393B'

red 162 ◦ green 57 ◦ blue 59

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

Shades of Guardsman Red #A2393B

Tints of Guardsman Red #A2393B

RGB

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

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

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

R = 58.27%
G = 20.5%
B = 21.22%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A2393B (or 0xA2393B) is known color: Guardsman Red. HEX triplet: A2, 39 and 3B. RGB value is (162,57,59). Sum of RGB (Red+Green+Blue) = 162+57+59=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 59 (23.44% from 255 or 21.22% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A2393B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2393B is #5DC6C4. Grayscale: #585858. Windows color (decimal): -6145733 or 3881378. OLE color: 3881378.

HSL color Cylindrical-coordinate representation of color #A2393B: hue angle of 358.86º 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 #A2393B is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 57 59 -
CMYK 0 0.65 0.64 0.36
HSL 358.86º 0.48% 0.43% -
HSV(B) 358.86º 0.65% 0.64% -
XYZ 17.15 10.92 5.34 -
YUV 88.62 111.29 180.34 -
System Red Green Blue C M Y K H S L
Decimal 162 57 59 0 0.65 0.64 0.36 358.86 0.48 0.43
Hex A2 39 3B 0 41 40 24 167 30 2B
Octal 242 71 73 0 101 100 44 547 60 53
Binary 10100010 111001 111011 0 1000001 1000000 100100 101100111 110000 101011

Color Harmonies of #A2393B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2393B

Black with #A2393B

Text Example


Text Example

White with #A2393B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2393B; }

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

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

background-color css

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

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

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

border-color css

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

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

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