Html Css Color HEX #A92D32 Guardsman Red

📋 copy color: '#A92D32'

red 169 ◦ green 45 ◦ blue 50

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

Shades of Guardsman Red #A92D32

Tints of Guardsman Red #A92D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.05%

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

R = 64.02%
G = 17.05%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A92D32 (or 0xA92D32) is known color: Guardsman Red. HEX triplet: A9, 2D and 32. RGB value is (169,45,50). Sum of RGB (Red+Green+Blue) = 169+45+50=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 45 (17.97% from 255 or 17.05% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D32 is #56D2CD. Grayscale: #525252. Windows color (decimal): -5690062 or 3288489. OLE color: 3288489.

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

Color convert

RGB 169 45 50 -
CMYK 0 0.73 0.70 0.34
HSL 357.58º 0.58% 0.42% -
HSV(B) 357.58º 0.73% 0.66% -
XYZ 17.88 10.54 4.11 -
YUV 82.65 109.58 189.59 -
System Red Green Blue C M Y K H S L
Decimal 169 45 50 0 0.73 0.70 0.34 357.58 0.58 0.42
Hex A9 2D 32 0 49 46 22 166 3A 2A
Octal 251 55 62 0 111 106 42 546 72 52
Binary 10101001 101101 110010 0 1001001 1000110 100010 101100110 111010 101010

Color Harmonies of #A92D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92D32

Black with #A92D32

Text Example


Text Example

White with #A92D32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92D32; }

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

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

background-color css

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

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

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

border-color css

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

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

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