Html Css Color HEX #A22425 Guardsman Red

📋 copy color: '#A22425'

red 162 ◦ green 36 ◦ blue 37

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

Shades of Guardsman Red #A22425

Tints of Guardsman Red #A22425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

 BLUE value IS 37 (14.84% from 255) = 15.74%

R = 68.94%
G = 15.32%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A22425 (or 0xA22425) is known color: Guardsman Red. HEX triplet: A2, 24 and 25. RGB value is (162,36,37). Sum of RGB (Red+Green+Blue) = 162+36+37=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 37 (14.84% from 255 or 15.74% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A22425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22425 is #5DDBDA. Grayscale: #494949. Windows color (decimal): -6151131 or 2434210. OLE color: 2434210.

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

Color convert

RGB 162 36 37 -
CMYK 0 0.78 0.77 0.36
HSL 359.52º 0.64% 0.39% -
HSV(B) 359.52º 0.78% 0.64% -
XYZ 15.87 9.08 2.67 -
YUV 73.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 162 36 37 0 0.78 0.77 0.36 359.52 0.64 0.39
Hex A2 24 25 0 4E 4D 24 168 40 27
Octal 242 44 45 0 116 115 44 550 100 47
Binary 10100010 100100 100101 0 1001110 1001101 100100 101101000 1000000 100111

Color Harmonies of #A22425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22425

Black with #A22425

Text Example


Text Example

White with #A22425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22425; }

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

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

background-color css

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

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

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

border-color css

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

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

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