Html Css Color HEX #A42526 Guardsman Red

📋 copy color: '#A42526'

red 164 ◦ green 37 ◦ blue 38

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

Shades of Guardsman Red #A42526

Tints of Guardsman Red #A42526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

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

R = 68.62%
G = 15.48%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A42526 (or 0xA42526) is known color: Guardsman Red. HEX triplet: A4, 25 and 26. RGB value is (164,37,38). Sum of RGB (Red+Green+Blue) = 164+37+38=239 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.62% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 164 - color contains mainly: red. Hex color #A42526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42526 is #5BDAD9. Grayscale: #4B4B4B. Windows color (decimal): -6019802 or 2500004. OLE color: 2500004.

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

Color convert

RGB 164 37 38 -
CMYK 0 0.77 0.77 0.36
HSL 359.53º 0.63% 0.39% -
HSV(B) 359.53º 0.77% 0.64% -
XYZ 16.32 9.36 2.78 -
YUV 75.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 164 37 38 0 0.77 0.77 0.36 359.53 0.63 0.39
Hex A4 25 26 0 4D 4D 24 168 3F 27
Octal 244 45 46 0 115 115 44 550 77 47
Binary 10100100 100101 100110 0 1001101 1001101 100100 101101000 111111 100111

Color Harmonies of #A42526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42526

Black with #A42526

Text Example


Text Example

White with #A42526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42526; }

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

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

background-color css

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

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

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

border-color css

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

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

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