Html Css Color HEX #A22628 Guardsman Red

📋 copy color: '#A22628'

red 162 ◦ green 38 ◦ blue 40

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

Shades of Guardsman Red #A22628

Tints of Guardsman Red #A22628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.67%

R = 67.5%
G = 15.83%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A22628 (or 0xA22628) is known color: Guardsman Red. HEX triplet: A2, 26 and 28. RGB value is (162,38,40). Sum of RGB (Red+Green+Blue) = 162+38+40=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A22628 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A22628 is #5DD9D7. Grayscale: #4B4B4B. Windows color (decimal): -6150616 or 2631330. OLE color: 2631330.

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

Color convert

RGB 162 38 40 -
CMYK 0 0.77 0.75 0.36
HSL 359.03º 0.62% 0.39% -
HSV(B) 359.03º 0.77% 0.64% -
XYZ 15.98 9.22 2.95 -
YUV 75.3 108.08 189.84 -
System Red Green Blue C M Y K H S L
Decimal 162 38 40 0 0.77 0.75 0.36 359.03 0.62 0.39
Hex A2 26 28 0 4D 4B 24 167 3E 27
Octal 242 46 50 0 115 113 44 547 76 47
Binary 10100010 100110 101000 0 1001101 1001011 100100 101100111 111110 100111

Color Harmonies of #A22628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22628

Black with #A22628

Text Example


Text Example

White with #A22628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22628; }

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

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

background-color css

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

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

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

border-color css

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

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

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