Html Css Color HEX #A22123 Guardsman Red

📋 copy color: '#A22123'

red 162 ◦ green 33 ◦ blue 35

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

Shades of Guardsman Red #A22123

Tints of Guardsman Red #A22123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

 BLUE value IS 35 (14.06% from 255) = 15.22%

R = 70.43%
G = 14.35%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A22123 (or 0xA22123) is known color: Guardsman Red. HEX triplet: A2, 21 and 23. RGB value is (162,33,35). Sum of RGB (Red+Green+Blue) = 162+33+35=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 35 (14.06% from 255 or 15.22% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A22123 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22123 is #5DDEDC. Grayscale: #474747. Windows color (decimal): -6151901 or 2302370. OLE color: 2302370.

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

Color convert

RGB 162 33 35 -
CMYK 0 0.80 0.78 0.36
HSL 359.07º 0.66% 0.38% -
HSV(B) 359.07º 0.8% 0.64% -
XYZ 15.75 8.89 2.48 -
YUV 71.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 162 33 35 0 0.80 0.78 0.36 359.07 0.66 0.38
Hex A2 21 23 0 50 4E 24 167 42 26
Octal 242 41 43 0 120 116 44 547 102 46
Binary 10100010 100001 100011 0 1010000 1001110 100100 101100111 1000010 100110

Color Harmonies of #A22123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22123

Black with #A22123

Text Example


Text Example

White with #A22123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22123; }

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

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

background-color css

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

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

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

border-color css

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

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

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