Html Css Color HEX #A22D32 Guardsman Red

📋 copy color: '#A22D32'

red 162 ◦ green 45 ◦ blue 50

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

Shades of Guardsman Red #A22D32

Tints of Guardsman Red #A22D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.51%

 BLUE value IS 50 (19.92% from 255) = 19.46%

R = 63.04%
G = 17.51%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A22D32 (or 0xA22D32) is known color: Guardsman Red. HEX triplet: A2, 2D and 32. RGB value is (162,45,50). Sum of RGB (Red+Green+Blue) = 162+45+50=257 (34% of max value = 765). Red value is 162 (63.67% from 255 or 63.04% from 257); Green value is 45 (17.97% from 255 or 17.51% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 162 - color contains mainly: red. Hex color #A22D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22D32 is #5DD2CD. Grayscale: #505050. Windows color (decimal): -6148814 or 3288482. OLE color: 3288482.

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

Color convert

RGB 162 45 50 -
CMYK 0 0.72 0.69 0.36
HSL 357.44º 0.57% 0.41% -
HSV(B) 357.44º 0.72% 0.64% -
XYZ 16.41 9.79 4.04 -
YUV 80.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 162 45 50 0 0.72 0.69 0.36 357.44 0.57 0.41
Hex A2 2D 32 0 48 45 24 165 39 29
Octal 242 55 62 0 110 105 44 545 71 51
Binary 10100010 101101 110010 0 1001000 1000101 100100 101100101 111001 101001

Color Harmonies of #A22D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22D32

Black with #A22D32

Text Example


Text Example

White with #A22D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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