Html Css Color HEX #A22737 Guardsman Red

📋 copy color: '#A22737'

red 162 ◦ green 39 ◦ blue 55

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

Shades of Guardsman Red #A22737

Tints of Guardsman Red #A22737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.23%

 BLUE value IS 55 (21.88% from 255) = 21.48%

R = 63.28%
G = 15.23%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A22737 (or 0xA22737) is known color: Guardsman Red. HEX triplet: A2, 27 and 37. RGB value is (162,39,55). Sum of RGB (Red+Green+Blue) = 162+39+55=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A22737 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22737 is #5DD8C8. Grayscale: #4D4D4D. Windows color (decimal): -6150345 or 3614626. OLE color: 3614626.

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

Color convert

RGB 162 39 55 -
CMYK 0 0.76 0.66 0.36
HSL 352.2º 0.61% 0.39% -
HSV(B) 352.2º 0.76% 0.64% -
XYZ 16.32 9.41 4.57 -
YUV 77.6 115.25 188.2 -
System Red Green Blue C M Y K H S L
Decimal 162 39 55 0 0.76 0.66 0.36 352.2 0.61 0.39
Hex A2 27 37 0 4C 42 24 160 3D 27
Octal 242 47 67 0 114 102 44 540 75 47
Binary 10100010 100111 110111 0 1001100 1000010 100100 101100000 111101 100111

Color Harmonies of #A22737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22737

Black with #A22737

Text Example


Text Example

White with #A22737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22737; }

 p { color: rgb(162,39,55); }

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

background-color css

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

 a { background-color: rgb(162,39,55); }

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

border-color css

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

 span { border-color: rgb(162,39,55); }

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