Html Css Color HEX #A22C3B Guardsman Red

📋 copy color: '#A22C3B'

red 162 ◦ green 44 ◦ blue 59

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

Shades of Guardsman Red #A22C3B

Tints of Guardsman Red #A22C3B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.6%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 61.13%
G = 16.6%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A22C3B (or 0xA22C3B) is known color: Guardsman Red. HEX triplet: A2, 2C and 3B. RGB value is (162,44,59). Sum of RGB (Red+Green+Blue) = 162+44+59=265 (35% of max value = 765). Red value is 162 (63.67% from 255 or 61.13% from 265); Green value is 44 (17.58% from 255 or 16.60% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 162 - color contains mainly: red. Hex color #A22C3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22C3B is #5DD3C4. Grayscale: #515151. Windows color (decimal): -6149061 or 3878050. OLE color: 3878050.

HSL color Cylindrical-coordinate representation of color #A22C3B: hue angle of 352.37º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A22C3B is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 44 59 -
CMYK 0 0.73 0.64 0.36
HSL 352.37º 0.57% 0.4% -
HSV(B) 352.37º 0.73% 0.64% -
XYZ 16.59 9.8 5.15 -
YUV 80.99 115.59 185.78 -
System Red Green Blue C M Y K H S L
Decimal 162 44 59 0 0.73 0.64 0.36 352.37 0.57 0.4
Hex A2 2C 3B 0 49 40 24 160 39 28
Octal 242 54 73 0 111 100 44 540 71 50
Binary 10100010 101100 111011 0 1001001 1000000 100100 101100000 111001 101000

Color Harmonies of #A22C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22C3B

Black with #A22C3B

Text Example


Text Example

White with #A22C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22C3B; }

 p { color: rgb(162,44,59); }

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

background-color css

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

 a { background-color: rgb(162,44,59); }

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

border-color css

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

 span { border-color: rgb(162,44,59); }

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