Html Css Color HEX #A12B37 Guardsman Red

📋 copy color: '#A12B37'

red 161 ◦ green 43 ◦ blue 55

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

Shades of Guardsman Red #A12B37

Tints of Guardsman Red #A12B37

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.6%

 BLUE value IS 55 (21.88% from 255) = 21.24%

R = 62.16%
G = 16.6%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A12B37 (or 0xA12B37) is known color: Guardsman Red. HEX triplet: A1, 2B and 37. RGB value is (161,43,55). Sum of RGB (Red+Green+Blue) = 161+43+55=259 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.16% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 55 (21.88% from 255 or 21.24% from 259); Max value from RGB is 161 - color contains mainly: red. Hex color #A12B37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12B37 is #5ED4C8. Grayscale: #4F4F4F. Windows color (decimal): -6214857 or 3615649. OLE color: 3615649.

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

Color convert

RGB 161 43 55 -
CMYK 0 0.73 0.66 0.37
HSL 353.9º 0.58% 0.4% -
HSV(B) 353.9º 0.73% 0.63% -
XYZ 16.25 9.58 4.61 -
YUV 79.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 161 43 55 0 0.73 0.66 0.37 353.9 0.58 0.4
Hex A1 2B 37 0 49 42 25 162 3A 28
Octal 241 53 67 0 111 102 45 542 72 50
Binary 10100001 101011 110111 0 1001001 1000010 100101 101100010 111010 101000

Color Harmonies of #A12B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12B37

Black with #A12B37

Text Example


Text Example

White with #A12B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12B37; }

 p { color: rgb(161,43,55); }

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

background-color css

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

 a { background-color: rgb(161,43,55); }

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

border-color css

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

 span { border-color: rgb(161,43,55); }

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