Html Css Color HEX #A22832 Guardsman Red

📋 copy color: '#A22832'

red 162 ◦ green 40 ◦ blue 50

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

Shades of Guardsman Red #A22832

Tints of Guardsman Red #A22832

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 64.29%
G = 15.87%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A22832 (or 0xA22832) is known color: Guardsman Red. HEX triplet: A2, 28 and 32. RGB value is (162,40,50). Sum of RGB (Red+Green+Blue) = 162+40+50=252 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.29% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 162 - color contains mainly: red. Hex color #A22832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22832 is #5DD7CD. Grayscale: #4D4D4D. Windows color (decimal): -6150094 or 3287202. OLE color: 3287202.

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

Color convert

RGB 162 40 50 -
CMYK 0 0.75 0.69 0.36
HSL 355.08º 0.6% 0.4% -
HSV(B) 355.08º 0.75% 0.64% -
XYZ 16.23 9.43 3.98 -
YUV 77.62 112.42 188.19 -
System Red Green Blue C M Y K H S L
Decimal 162 40 50 0 0.75 0.69 0.36 355.08 0.6 0.4
Hex A2 28 32 0 4B 45 24 163 3C 28
Octal 242 50 62 0 113 105 44 543 74 50
Binary 10100010 101000 110010 0 1001011 1000101 100100 101100011 111100 101000

Color Harmonies of #A22832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22832

Black with #A22832

Text Example


Text Example

White with #A22832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22832; }

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

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

background-color css

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

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

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

border-color css

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

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

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