Html Css Color HEX #A12529 Guardsman Red

📋 copy color: '#A12529'

red 161 ◦ green 37 ◦ blue 41

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

Shades of Guardsman Red #A12529

Tints of Guardsman Red #A12529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.15%

R = 67.36%
G = 15.48%
B = 17.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A12529 (or 0xA12529) is known color: Guardsman Red. HEX triplet: A1, 25 and 29. RGB value is (161,37,41). Sum of RGB (Red+Green+Blue) = 161+37+41=239 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.36% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 161 - color contains mainly: red. Hex color #A12529 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12529 is #5EDAD6. Grayscale: #4A4A4A. Windows color (decimal): -6216407 or 2696609. OLE color: 2696609.

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

Color convert

RGB 161 37 41 -
CMYK 0 0.77 0.75 0.37
HSL 358.06º 0.63% 0.39% -
HSV(B) 358.06º 0.77% 0.63% -
XYZ 15.76 9.06 3.02 -
YUV 74.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 161 37 41 0 0.77 0.75 0.37 358.06 0.63 0.39
Hex A1 25 29 0 4D 4B 25 166 3F 27
Octal 241 45 51 0 115 113 45 546 77 47
Binary 10100001 100101 101001 0 1001101 1001011 100101 101100110 111111 100111

Color Harmonies of #A12529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12529

Black with #A12529

Text Example


Text Example

White with #A12529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12529; }

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

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

background-color css

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

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

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

border-color css

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

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

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