Html Css Color HEX #A12932 Guardsman Red

📋 copy color: '#A12932'

red 161 ◦ green 41 ◦ blue 50

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

Shades of Guardsman Red #A12932

Tints of Guardsman Red #A12932

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.27%

 BLUE value IS 50 (19.92% from 255) = 19.84%

R = 63.89%
G = 16.27%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A12932 (or 0xA12932) is known color: Guardsman Red. HEX triplet: A1, 29 and 32. RGB value is (161,41,50). Sum of RGB (Red+Green+Blue) = 161+41+50=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 41 (16.41% from 255 or 16.27% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A12932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12932 is #5ED6CD. Grayscale: #4D4D4D. Windows color (decimal): -6215374 or 3287457. OLE color: 3287457.

HSL color Cylindrical-coordinate representation of color #A12932: hue angle of 355.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12932 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 50 -
CMYK 0 0.75 0.69 0.37
HSL 355.5º 0.59% 0.4% -
HSV(B) 355.5º 0.75% 0.63% -
XYZ 16.07 9.39 3.98 -
YUV 77.91 112.26 187.27 -
System Red Green Blue C M Y K H S L
Decimal 161 41 50 0 0.75 0.69 0.37 355.5 0.59 0.4
Hex A1 29 32 0 4B 45 25 164 3B 28
Octal 241 51 62 0 113 105 45 544 73 50
Binary 10100001 101001 110010 0 1001011 1000101 100101 101100100 111011 101000

Color Harmonies of #A12932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12932

Black with #A12932

Text Example


Text Example

White with #A12932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12932; }

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

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

background-color css

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

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

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

border-color css

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

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

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