Html Css Color HEX #A12729 Guardsman Red

📋 copy color: '#A12729'

red 161 ◦ green 39 ◦ blue 41

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

Shades of Guardsman Red #A12729

Tints of Guardsman Red #A12729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

 BLUE value IS 41 (16.41% from 255) = 17.01%

R = 66.8%
G = 16.18%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A12729 (or 0xA12729) is known color: Guardsman Red. HEX triplet: A1, 27 and 29. RGB value is (161,39,41). Sum of RGB (Red+Green+Blue) = 161+39+41=241 (31% of max value = 765). Red value is 161 (63.28% from 255 or 66.80% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 161 - color contains mainly: red. Hex color #A12729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12729 is #5ED8D6. Grayscale: #4B4B4B. Windows color (decimal): -6215895 or 2697121. OLE color: 2697121.

HSL color Cylindrical-coordinate representation of color #A12729: hue angle of 359.02º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12729 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 39 41 -
CMYK 0 0.76 0.75 0.37
HSL 359.02º 0.61% 0.39% -
HSV(B) 359.02º 0.76% 0.63% -
XYZ 15.82 9.19 3.04 -
YUV 75.71 108.42 188.84 -
System Red Green Blue C M Y K H S L
Decimal 161 39 41 0 0.76 0.75 0.37 359.02 0.61 0.39
Hex A1 27 29 0 4C 4B 25 167 3D 27
Octal 241 47 51 0 114 113 45 547 75 47
Binary 10100001 100111 101001 0 1001100 1001011 100101 101100111 111101 100111

Color Harmonies of #A12729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12729

Black with #A12729

Text Example


Text Example

White with #A12729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12729; }

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

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

background-color css

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

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

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

border-color css

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

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

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