Html Css Color HEX #A12526 Guardsman Red

📋 copy color: '#A12526'

red 161 ◦ green 37 ◦ blue 38

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

Shades of Guardsman Red #A12526

Tints of Guardsman Red #A12526

RGB

 RED value IS 161 (63.28% from 255) = 68.22%

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

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

R = 68.22%
G = 15.68%
B = 16.1%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A12526 (or 0xA12526) is known color: Guardsman Red. HEX triplet: A1, 25 and 26. RGB value is (161,37,38). Sum of RGB (Red+Green+Blue) = 161+37+38=236 (31% of max value = 765). Red value is 161 (63.28% from 255 or 68.22% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 38 (15.23% from 255 or 16.10% from 236); Max value from RGB is 161 - color contains mainly: red. Hex color #A12526 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12526 is #5EDAD9. Grayscale: #4A4A4A. Windows color (decimal): -6216410 or 2500001. OLE color: 2500001.

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

Color convert

RGB 161 37 38 -
CMYK 0 0.77 0.76 0.37
HSL 359.52º 0.63% 0.39% -
HSV(B) 359.52º 0.77% 0.63% -
XYZ 15.71 9.04 2.75 -
YUV 74.19 107.58 189.92 -
System Red Green Blue C M Y K H S L
Decimal 161 37 38 0 0.77 0.76 0.37 359.52 0.63 0.39
Hex A1 25 26 0 4D 4C 25 168 3F 27
Octal 241 45 46 0 115 114 45 550 77 47
Binary 10100001 100101 100110 0 1001101 1001100 100101 101101000 111111 100111

Color Harmonies of #A12526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12526

Black with #A12526

Text Example


Text Example

White with #A12526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12526; }

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

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

background-color css

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

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

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

border-color css

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

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

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