Html Css Color HEX #A92A34 Guardsman Red

📋 copy color: '#A92A34'

red 169 ◦ green 42 ◦ blue 52

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

Shades of Guardsman Red #A92A34

Tints of Guardsman Red #A92A34

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.97%

 BLUE value IS 52 (20.7% from 255) = 19.77%

R = 64.26%
G = 15.97%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#A92A34 (or 0xA92A34) is known color: Guardsman Red. HEX triplet: A9, 2A and 34. RGB value is (169,42,52). Sum of RGB (Red+Green+Blue) = 169+42+52=263 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.26% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 52 (20.70% from 255 or 19.77% from 263); Max value from RGB is 169 - color contains mainly: red. Hex color #A92A34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92A34 is #56D5CB. Grayscale: #515151. Windows color (decimal): -5690828 or 3418793. OLE color: 3418793.

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

Color convert

RGB 169 42 52 -
CMYK 0 0.75 0.69 0.34
HSL 355.28º 0.6% 0.41% -
HSV(B) 355.28º 0.75% 0.66% -
XYZ 17.81 10.34 4.31 -
YUV 81.11 111.58 190.69 -
System Red Green Blue C M Y K H S L
Decimal 169 42 52 0 0.75 0.69 0.34 355.28 0.6 0.41
Hex A9 2A 34 0 4B 45 22 163 3C 29
Octal 251 52 64 0 113 105 42 543 74 51
Binary 10101001 101010 110100 0 1001011 1000101 100010 101100011 111100 101001

Color Harmonies of #A92A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92A34

Black with #A92A34

Text Example


Text Example

White with #A92A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92A34; }

 p { color: rgb(169,42,52); }

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

background-color css

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

 a { background-color: rgb(169,42,52); }

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

border-color css

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

 span { border-color: rgb(169,42,52); }

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