Html Css Color HEX #A2232C Guardsman Red

📋 copy color: '#A2232C'

red 162 ◦ green 35 ◦ blue 44

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

Shades of Guardsman Red #A2232C

Tints of Guardsman Red #A2232C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.52%

 BLUE value IS 44 (17.58% from 255) = 18.26%

R = 67.22%
G = 14.52%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A2232C (or 0xA2232C) is known color: Guardsman Red. HEX triplet: A2, 23 and 2C. RGB value is (162,35,44). Sum of RGB (Red+Green+Blue) = 162+35+44=241 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.22% from 241); Green value is 35 (14.06% from 255 or 14.52% from 241); Blue value is 44 (17.58% from 255 or 18.26% from 241); Max value from RGB is 162 - color contains mainly: red. Hex color #A2232C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2232C is #5DDCD3. Grayscale: #4A4A4A. Windows color (decimal): -6151380 or 2892706. OLE color: 2892706.

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

Color convert

RGB 162 35 44 -
CMYK 0 0.78 0.73 0.36
HSL 355.75º 0.64% 0.39% -
HSV(B) 355.75º 0.78% 0.64% -
XYZ 15.96 9.07 3.29 -
YUV 74 111.08 190.77 -
System Red Green Blue C M Y K H S L
Decimal 162 35 44 0 0.78 0.73 0.36 355.75 0.64 0.39
Hex A2 23 2C 0 4E 49 24 164 40 27
Octal 242 43 54 0 116 111 44 544 100 47
Binary 10100010 100011 101100 0 1001110 1001001 100100 101100100 1000000 100111

Color Harmonies of #A2232C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2232C

Black with #A2232C

Text Example


Text Example

White with #A2232C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2232C; }

 p { color: rgb(162,35,44); }

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

background-color css

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

 a { background-color: rgb(162,35,44); }

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

border-color css

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

 span { border-color: rgb(162,35,44); }

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