Html Css Color HEX #A92B2E Guardsman Red

📋 copy color: '#A92B2E'

red 169 ◦ green 43 ◦ blue 46

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

Shades of Guardsman Red #A92B2E

Tints of Guardsman Red #A92B2E

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.67%

 BLUE value IS 46 (18.36% from 255) = 17.83%

R = 65.5%
G = 16.67%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.34

RGB Variations

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

Color information

#A92B2E (or 0xA92B2E) is known color: Guardsman Red. HEX triplet: A9, 2B and 2E. RGB value is (169,43,46). Sum of RGB (Red+Green+Blue) = 169+43+46=258 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.50% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 169 - color contains mainly: red. Hex color #A92B2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92B2E is #56D4D1. Grayscale: #515151. Windows color (decimal): -5690578 or 3025833. OLE color: 3025833.

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

Color convert

RGB 169 43 46 -
CMYK 0 0.75 0.73 0.34
HSL 358.57º 0.59% 0.42% -
HSV(B) 358.57º 0.75% 0.66% -
XYZ 17.72 10.36 3.65 -
YUV 81.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 169 43 46 0 0.75 0.73 0.34 358.57 0.59 0.42
Hex A9 2B 2E 0 4B 49 22 167 3B 2A
Octal 251 53 56 0 113 111 42 547 73 52
Binary 10101001 101011 101110 0 1001011 1001001 100010 101100111 111011 101010

Color Harmonies of #A92B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92B2E

Black with #A92B2E

Text Example


Text Example

White with #A92B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92B2E; }

 p { color: rgb(169,43,46); }

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

background-color css

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

 a { background-color: rgb(169,43,46); }

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

border-color css

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

 span { border-color: rgb(169,43,46); }

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