Html Css Color HEX #A22632 Guardsman Red

📋 copy color: '#A22632'

red 162 ◦ green 38 ◦ blue 50

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

Shades of Guardsman Red #A22632

Tints of Guardsman Red #A22632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.2%

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

R = 64.8%
G = 15.2%
B = 20%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A22632 (or 0xA22632) is known color: Guardsman Red. HEX triplet: A2, 26 and 32. RGB value is (162,38,50). Sum of RGB (Red+Green+Blue) = 162+38+50=250 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.8% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 162 - color contains mainly: red. Hex color #A22632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22632 is #5DD9CD. Grayscale: #4C4C4C. Windows color (decimal): -6150606 or 3286690. OLE color: 3286690.

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

Color convert

RGB 162 38 50 -
CMYK 0 0.77 0.69 0.36
HSL 354.19º 0.62% 0.39% -
HSV(B) 354.19º 0.77% 0.64% -
XYZ 16.17 9.3 3.96 -
YUV 76.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 162 38 50 0 0.77 0.69 0.36 354.19 0.62 0.39
Hex A2 26 32 0 4D 45 24 162 3E 27
Octal 242 46 62 0 115 105 44 542 76 47
Binary 10100010 100110 110010 0 1001101 1000101 100100 101100010 111110 100111

Color Harmonies of #A22632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22632

Black with #A22632

Text Example


Text Example

White with #A22632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22632; }

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

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

background-color css

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

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

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

border-color css

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

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

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