Html Css Color HEX #A22732 Guardsman Red

📋 copy color: '#A22732'

red 162 ◦ green 39 ◦ blue 50

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

Shades of Guardsman Red #A22732

Tints of Guardsman Red #A22732

RGB

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

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

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

R = 64.54%
G = 15.54%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A22732 (or 0xA22732) is known color: Guardsman Red. HEX triplet: A2, 27 and 32. RGB value is (162,39,50). Sum of RGB (Red+Green+Blue) = 162+39+50=251 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.54% from 251); Green value is 39 (15.62% from 255 or 15.54% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 162 - color contains mainly: red. Hex color #A22732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22732 is #5DD8CD. Grayscale: #4D4D4D. Windows color (decimal): -6150350 or 3286946. OLE color: 3286946.

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

Color convert

RGB 162 39 50 -
CMYK 0 0.76 0.69 0.36
HSL 354.63º 0.61% 0.39% -
HSV(B) 354.63º 0.76% 0.64% -
XYZ 16.2 9.36 3.97 -
YUV 77.03 112.75 188.61 -
System Red Green Blue C M Y K H S L
Decimal 162 39 50 0 0.76 0.69 0.36 354.63 0.61 0.39
Hex A2 27 32 0 4C 45 24 163 3D 27
Octal 242 47 62 0 114 105 44 543 75 47
Binary 10100010 100111 110010 0 1001100 1000101 100100 101100011 111101 100111

Color Harmonies of #A22732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22732

Black with #A22732

Text Example


Text Example

White with #A22732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22732; }

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

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

background-color css

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

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

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

border-color css

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

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

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