Html Css Color HEX #A12C2F Guardsman Red

📋 copy color: '#A12C2F'

red 161 ◦ green 44 ◦ blue 47

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

Shades of Guardsman Red #A12C2F

Tints of Guardsman Red #A12C2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.65%

R = 63.89%
G = 17.46%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A12C2F (or 0xA12C2F) is known color: Guardsman Red. HEX triplet: A1, 2C and 2F. RGB value is (161,44,47). Sum of RGB (Red+Green+Blue) = 161+44+47=252 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.89% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 47 (18.75% from 255 or 18.65% from 252); Max value from RGB is 161 - color contains mainly: red. Hex color #A12C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12C2F is #5ED3D0. Grayscale: #4F4F4F. Windows color (decimal): -6214609 or 3091617. OLE color: 3091617.

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

Color convert

RGB 161 44 47 -
CMYK 0 0.73 0.71 0.37
HSL 358.46º 0.57% 0.4% -
HSV(B) 358.46º 0.73% 0.63% -
XYZ 16.11 9.58 3.69 -
YUV 79.33 109.76 186.26 -
System Red Green Blue C M Y K H S L
Decimal 161 44 47 0 0.73 0.71 0.37 358.46 0.57 0.4
Hex A1 2C 2F 0 49 47 25 166 39 28
Octal 241 54 57 0 111 107 45 546 71 50
Binary 10100001 101100 101111 0 1001001 1000111 100101 101100110 111001 101000

Color Harmonies of #A12C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12C2F

Black with #A12C2F

Text Example


Text Example

White with #A12C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12C2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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