Html Css Color HEX #A92932 Guardsman Red

📋 copy color: '#A92932'

red 169 ◦ green 41 ◦ blue 50

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

Shades of Guardsman Red #A92932

Tints of Guardsman Red #A92932

RGB

 RED value IS 169 (66.41% from 255) = 65%

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

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

R = 65%
G = 15.77%
B = 19.23%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A92932 (or 0xA92932) is known color: Guardsman Red. HEX triplet: A9, 29 and 32. RGB value is (169,41,50). Sum of RGB (Red+Green+Blue) = 169+41+50=260 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 169 - color contains mainly: red. Hex color #A92932 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92932 is #56D6CD. Grayscale: #505050. Windows color (decimal): -5691086 or 3287465. OLE color: 3287465.

HSL color Cylindrical-coordinate representation of color #A92932: hue angle of 355.78º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A92932 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 41 50 -
CMYK 0 0.76 0.70 0.34
HSL 355.78º 0.61% 0.41% -
HSV(B) 355.78º 0.76% 0.66% -
XYZ 17.73 10.25 4.06 -
YUV 80.3 110.91 191.27 -
System Red Green Blue C M Y K H S L
Decimal 169 41 50 0 0.76 0.70 0.34 355.78 0.61 0.41
Hex A9 29 32 0 4C 46 22 164 3D 29
Octal 251 51 62 0 114 106 42 544 75 51
Binary 10101001 101001 110010 0 1001100 1000110 100010 101100100 111101 101001

Color Harmonies of #A92932

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92932

Black with #A92932

Text Example


Text Example

White with #A92932

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92932; }

 p { color: rgb(169,41,50); }

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

background-color css

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

 a { background-color: rgb(169,41,50); }

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

border-color css

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

 span { border-color: rgb(169,41,50); }

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