Html Css Color HEX #A22326 Guardsman Red

📋 copy color: '#A22326'

red 162 ◦ green 35 ◦ blue 38

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

Shades of Guardsman Red #A22326

Tints of Guardsman Red #A22326

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.89%

 BLUE value IS 38 (15.23% from 255) = 16.17%

R = 68.94%
G = 14.89%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A22326 (or 0xA22326) is known color: Guardsman Red. HEX triplet: A2, 23 and 26. RGB value is (162,35,38). Sum of RGB (Red+Green+Blue) = 162+35+38=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 35 (14.06% from 255 or 14.89% from 235); Blue value is 38 (15.23% from 255 or 16.17% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A22326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22326 is #5DDCD9. Grayscale: #494949. Windows color (decimal): -6151386 or 2499490. OLE color: 2499490.

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

Color convert

RGB 162 35 38 -
CMYK 0 0.78 0.77 0.36
HSL 358.58º 0.64% 0.39% -
HSV(B) 358.58º 0.78% 0.64% -
XYZ 15.85 9.02 2.74 -
YUV 73.32 108.08 191.26 -
System Red Green Blue C M Y K H S L
Decimal 162 35 38 0 0.78 0.77 0.36 358.58 0.64 0.39
Hex A2 23 26 0 4E 4D 24 167 40 27
Octal 242 43 46 0 116 115 44 547 100 47
Binary 10100010 100011 100110 0 1001110 1001101 100100 101100111 1000000 100111

Color Harmonies of #A22326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22326

Black with #A22326

Text Example


Text Example

White with #A22326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22326; }

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

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

background-color css

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

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

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

border-color css

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

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

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