Html Css Color HEX #A42326 Guardsman Red

📋 copy color: '#A42326'

red 164 ◦ green 35 ◦ blue 38

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

Shades of Guardsman Red #A42326

Tints of Guardsman Red #A42326

RGB

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

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

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

R = 69.2%
G = 14.77%
B = 16.03%

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

#A42326 (or 0xA42326) is known color: Guardsman Red. HEX triplet: A4, 23 and 26. RGB value is (164,35,38). Sum of RGB (Red+Green+Blue) = 164+35+38=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 35 (14.06% from 255 or 14.77% from 237); Blue value is 38 (15.23% from 255 or 16.03% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A42326 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42326 is #5BDCD9. Grayscale: #4A4A4A. Windows color (decimal): -6020314 or 2499492. OLE color: 2499492.

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

Color convert

RGB 164 35 38 -
CMYK 0 0.79 0.77 0.36
HSL 358.6º 0.65% 0.39% -
HSV(B) 358.6º 0.79% 0.64% -
XYZ 16.26 9.23 2.76 -
YUV 73.91 107.74 192.26 -
System Red Green Blue C M Y K H S L
Decimal 164 35 38 0 0.79 0.77 0.36 358.6 0.65 0.39
Hex A4 23 26 0 4F 4D 24 167 41 27
Octal 244 43 46 0 117 115 44 547 101 47
Binary 10100100 100011 100110 0 1001111 1001101 100100 101100111 1000001 100111

Color Harmonies of #A42326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42326

Black with #A42326

Text Example


Text Example

White with #A42326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42326; }

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

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

background-color css

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

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

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

border-color css

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

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

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