Html Css Color HEX #A22324 Guardsman Red

📋 copy color: '#A22324'

red 162 ◦ green 35 ◦ blue 36

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

Shades of Guardsman Red #A22324

Tints of Guardsman Red #A22324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.45%

R = 69.53%
G = 15.02%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A22324 (or 0xA22324) is known color: Guardsman Red. HEX triplet: A2, 23 and 24. RGB value is (162,35,36). Sum of RGB (Red+Green+Blue) = 162+35+36=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A22324 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22324 is #5DDCDB. Grayscale: #494949. Windows color (decimal): -6151388 or 2368418. OLE color: 2368418.

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

Color convert

RGB 162 35 36 -
CMYK 0 0.78 0.78 0.36
HSL 359.53º 0.64% 0.39% -
HSV(B) 359.53º 0.78% 0.64% -
XYZ 15.82 9.01 2.57 -
YUV 73.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 162 35 36 0 0.78 0.78 0.36 359.53 0.64 0.39
Hex A2 23 24 0 4E 4E 24 168 40 27
Octal 242 43 44 0 116 116 44 550 100 47
Binary 10100010 100011 100100 0 1001110 1001110 100100 101101000 1000000 100111

Color Harmonies of #A22324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22324

Black with #A22324

Text Example


Text Example

White with #A22324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22324; }

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

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

background-color css

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

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

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

border-color css

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

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

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