Html Css Color HEX #A12938 Guardsman Red

📋 copy color: '#A12938'

red 161 ◦ green 41 ◦ blue 56

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

Shades of Guardsman Red #A12938

Tints of Guardsman Red #A12938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 21.71%

R = 62.4%
G = 15.89%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A12938 (or 0xA12938) is known color: Guardsman Red. HEX triplet: A1, 29 and 38. RGB value is (161,41,56). Sum of RGB (Red+Green+Blue) = 161+41+56=258 (34% of max value = 765). Red value is 161 (63.28% from 255 or 62.40% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 161 - color contains mainly: red. Hex color #A12938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12938 is #5ED6C7. Grayscale: #4E4E4E. Windows color (decimal): -6215368 or 3680673. OLE color: 3680673.

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

Color convert

RGB 161 41 56 -
CMYK 0 0.75 0.65 0.37
HSL 352.5º 0.59% 0.4% -
HSV(B) 352.5º 0.75% 0.63% -
XYZ 16.2 9.45 4.71 -
YUV 78.59 115.26 186.78 -
System Red Green Blue C M Y K H S L
Decimal 161 41 56 0 0.75 0.65 0.37 352.5 0.59 0.4
Hex A1 29 38 0 4B 41 25 160 3B 28
Octal 241 51 70 0 113 101 45 540 73 50
Binary 10100001 101001 111000 0 1001011 1000001 100101 101100000 111011 101000

Color Harmonies of #A12938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12938

Black with #A12938

Text Example


Text Example

White with #A12938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12938; }

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

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

background-color css

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

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

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

border-color css

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

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

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