Html Css Color HEX #A12C3A Guardsman Red

📋 copy color: '#A12C3A'

red 161 ◦ green 44 ◦ blue 58

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

Shades of Guardsman Red #A12C3A

Tints of Guardsman Red #A12C3A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.73%

 BLUE value IS 58 (23.05% from 255) = 22.05%

R = 61.22%
G = 16.73%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A12C3A (or 0xA12C3A) is known color: Guardsman Red. HEX triplet: A1, 2C and 3A. RGB value is (161,44,58). Sum of RGB (Red+Green+Blue) = 161+44+58=263 (34% of max value = 765). Red value is 161 (63.28% from 255 or 61.22% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 58 (23.05% from 255 or 22.05% from 263); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C3A is #5ED3C5. Grayscale: #505050. Windows color (decimal): -6214598 or 3812513. OLE color: 3812513.

HSL color Cylindrical-coordinate representation of color #A12C3A: hue angle of 352.82º degrees, saturation: 0.57, 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 #A12C3A is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 44 58 -
CMYK 0 0.73 0.64 0.37
HSL 352.82º 0.57% 0.4% -
HSV(B) 352.82º 0.73% 0.63% -
XYZ 16.36 9.68 5.01 -
YUV 80.58 115.26 185.36 -
System Red Green Blue C M Y K H S L
Decimal 161 44 58 0 0.73 0.64 0.37 352.82 0.57 0.4
Hex A1 2C 3A 0 49 40 25 161 39 28
Octal 241 54 72 0 111 100 45 541 71 50
Binary 10100001 101100 111010 0 1001001 1000000 100101 101100001 111001 101000

Color Harmonies of #A12C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C3A

Black with #A12C3A

Text Example


Text Example

White with #A12C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C3A; }

 p { color: rgb(161,44,58); }

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

background-color css

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

 a { background-color: rgb(161,44,58); }

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

border-color css

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

 span { border-color: rgb(161,44,58); }

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