Html Css Color HEX #A22527 Guardsman Red

📋 copy color: '#A22527'

red 162 ◦ green 37 ◦ blue 39

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

Shades of Guardsman Red #A22527

Tints of Guardsman Red #A22527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.39%

R = 68.07%
G = 15.55%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A22527 (or 0xA22527) is known color: Guardsman Red. HEX triplet: A2, 25 and 27. RGB value is (162,37,39). Sum of RGB (Red+Green+Blue) = 162+37+39=238 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.07% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 162 - color contains mainly: red. Hex color #A22527 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22527 is #5DDAD8. Grayscale: #4A4A4A. Windows color (decimal): -6150873 or 2565538. OLE color: 2565538.

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

Color convert

RGB 162 37 39 -
CMYK 0 0.77 0.76 0.36
HSL 359.04º 0.63% 0.39% -
HSV(B) 359.04º 0.77% 0.64% -
XYZ 15.93 9.15 2.85 -
YUV 74.6 107.91 190.34 -
System Red Green Blue C M Y K H S L
Decimal 162 37 39 0 0.77 0.76 0.36 359.04 0.63 0.39
Hex A2 25 27 0 4D 4C 24 167 3F 27
Octal 242 45 47 0 115 114 44 547 77 47
Binary 10100010 100101 100111 0 1001101 1001100 100100 101100111 111111 100111

Color Harmonies of #A22527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22527

Black with #A22527

Text Example


Text Example

White with #A22527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22527; }

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

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

background-color css

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

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

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

border-color css

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

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

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