Html Css Color HEX #A12934 Guardsman Red

📋 copy color: '#A12934'

red 161 ◦ green 41 ◦ blue 52

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

Shades of Guardsman Red #A12934

Tints of Guardsman Red #A12934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.47%

R = 63.39%
G = 16.14%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.68

 K value IS 0.37

RGB Variations

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

Color information

#A12934 (or 0xA12934) is known color: Guardsman Red. HEX triplet: A1, 29 and 34. RGB value is (161,41,52). Sum of RGB (Red+Green+Blue) = 161+41+52=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 52 (20.70% from 255 or 20.47% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A12934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12934 is #5ED6CB. Grayscale: #4E4E4E. Windows color (decimal): -6215372 or 3418529. OLE color: 3418529.

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

Color convert

RGB 161 41 52 -
CMYK 0 0.75 0.68 0.37
HSL 354.5º 0.59% 0.4% -
HSV(B) 354.5º 0.75% 0.63% -
XYZ 16.11 9.41 4.22 -
YUV 78.13 113.26 187.11 -
System Red Green Blue C M Y K H S L
Decimal 161 41 52 0 0.75 0.68 0.37 354.5 0.59 0.4
Hex A1 29 34 0 4B 44 25 162 3B 28
Octal 241 51 64 0 113 104 45 542 73 50
Binary 10100001 101001 110100 0 1001011 1000100 100101 101100010 111011 101000

Color Harmonies of #A12934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12934

Black with #A12934

Text Example


Text Example

White with #A12934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12934; }

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

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

background-color css

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

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

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

border-color css

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

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

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