Html Css Color HEX #A12732 Guardsman Red

📋 copy color: '#A12732'

red 161 ◦ green 39 ◦ blue 50

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

Shades of Guardsman Red #A12732

Tints of Guardsman Red #A12732

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 20%

R = 64.4%
G = 15.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.37

RGB Variations

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

Color information

#A12732 (or 0xA12732) is known color: Guardsman Red. HEX triplet: A1, 27 and 32. RGB value is (161,39,50). Sum of RGB (Red+Green+Blue) = 161+39+50=250 (33% of max value = 765). Red value is 161 (63.28% from 255 or 64.4% from 250); Green value is 39 (15.62% from 255 or 15.6% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 161 - color contains mainly: red. Hex color #A12732 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A12732 is #5ED8CD. Grayscale: #4C4C4C. Windows color (decimal): -6215886 or 3286945. OLE color: 3286945.

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

Color convert

RGB 161 39 50 -
CMYK 0 0.76 0.69 0.37
HSL 354.59º 0.61% 0.39% -
HSV(B) 354.59º 0.76% 0.63% -
XYZ 16 9.26 3.96 -
YUV 76.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 161 39 50 0 0.76 0.69 0.37 354.59 0.61 0.39
Hex A1 27 32 0 4C 45 25 163 3D 27
Octal 241 47 62 0 114 105 45 543 75 47
Binary 10100001 100111 110010 0 1001100 1000101 100101 101100011 111101 100111

Color Harmonies of #A12732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12732

Black with #A12732

Text Example


Text Example

White with #A12732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12732; }

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

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

background-color css

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

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

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

border-color css

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

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

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