Html Css Color HEX #A92D3D Guardsman Red

📋 copy color: '#A92D3D'

red 169 ◦ green 45 ◦ blue 61

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

Shades of Guardsman Red #A92D3D

Tints of Guardsman Red #A92D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 22.18%

R = 61.45%
G = 16.36%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A92D3D (or 0xA92D3D) is known color: Guardsman Red. HEX triplet: A9, 2D and 3D. RGB value is (169,45,61). Sum of RGB (Red+Green+Blue) = 169+45+61=275 (36% of max value = 765). Red value is 169 (66.41% from 255 or 61.45% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 61 (24.22% from 255 or 22.18% from 275); Max value from RGB is 169 - color contains mainly: red. Hex color #A92D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92D3D is #56D2C2. Grayscale: #535353. Windows color (decimal): -5690051 or 4009385. OLE color: 4009385.

HSL color Cylindrical-coordinate representation of color #A92D3D: hue angle of 352.26º 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 #A92D3D is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 45 61 -
CMYK 0 0.73 0.64 0.34
HSL 352.26º 0.58% 0.42% -
HSV(B) 352.26º 0.73% 0.66% -
XYZ 18.14 10.65 5.51 -
YUV 83.9 115.08 188.7 -
System Red Green Blue C M Y K H S L
Decimal 169 45 61 0 0.73 0.64 0.34 352.26 0.58 0.42
Hex A9 2D 3D 0 49 40 22 160 3A 2A
Octal 251 55 75 0 111 100 42 540 72 52
Binary 10101001 101101 111101 0 1001001 1000000 100010 101100000 111010 101010

Color Harmonies of #A92D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92D3D

Black with #A92D3D

Text Example


Text Example

White with #A92D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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