Html Css Color HEX #A42226 Guardsman Red

📋 copy color: '#A42226'

red 164 ◦ green 34 ◦ blue 38

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

Shades of Guardsman Red #A42226

Tints of Guardsman Red #A42226

RGB

 RED value IS 164 (64.45% from 255) = 69.49%

 GREEN value IS 34 (13.67% from 255) = 14.41%

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

R = 69.49%
G = 14.41%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A42226 (or 0xA42226) is known color: Guardsman Red. HEX triplet: A4, 22 and 26. RGB value is (164,34,38). Sum of RGB (Red+Green+Blue) = 164+34+38=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A42226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42226 is #5BDDD9. Grayscale: #494949. Windows color (decimal): -6020570 or 2499236. OLE color: 2499236.

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

Color convert

RGB 164 34 38 -
CMYK 0 0.79 0.77 0.36
HSL 358.15º 0.66% 0.39% -
HSV(B) 358.15º 0.79% 0.64% -
XYZ 16.23 9.18 2.75 -
YUV 73.33 108.07 192.67 -
System Red Green Blue C M Y K H S L
Decimal 164 34 38 0 0.79 0.77 0.36 358.15 0.66 0.39
Hex A4 22 26 0 4F 4D 24 166 42 27
Octal 244 42 46 0 117 115 44 546 102 47
Binary 10100100 100010 100110 0 1001111 1001101 100100 101100110 1000010 100111

Color Harmonies of #A42226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42226

Black with #A42226

Text Example


Text Example

White with #A42226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42226; }

 p { color: rgb(164,34,38); }

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

background-color css

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

 a { background-color: rgb(164,34,38); }

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

border-color css

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

 span { border-color: rgb(164,34,38); }

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