Html Css Color HEX #A22528 Guardsman Red

📋 copy color: '#A22528'

red 162 ◦ green 37 ◦ blue 40

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

Shades of Guardsman Red #A22528

Tints of Guardsman Red #A22528

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 67.78%
G = 15.48%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A22528 (or 0xA22528) is known color: Guardsman Red. HEX triplet: A2, 25 and 28. RGB value is (162,37,40). Sum of RGB (Red+Green+Blue) = 162+37+40=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A22528 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22528 is #5DDAD7. Grayscale: #4A4A4A. Windows color (decimal): -6150872 or 2631074. OLE color: 2631074.

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

Color convert

RGB 162 37 40 -
CMYK 0 0.77 0.75 0.36
HSL 358.56º 0.63% 0.39% -
HSV(B) 358.56º 0.77% 0.64% -
XYZ 15.94 9.16 2.93 -
YUV 74.72 108.41 190.26 -
System Red Green Blue C M Y K H S L
Decimal 162 37 40 0 0.77 0.75 0.36 358.56 0.63 0.39
Hex A2 25 28 0 4D 4B 24 167 3F 27
Octal 242 45 50 0 115 113 44 547 77 47
Binary 10100010 100101 101000 0 1001101 1001011 100100 101100111 111111 100111

Color Harmonies of #A22528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22528

Black with #A22528

Text Example


Text Example

White with #A22528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22528; }

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

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

background-color css

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

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

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

border-color css

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

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

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