Html Css Color HEX #A92F32 Guardsman Red

📋 copy color: '#A92F32'

red 169 ◦ green 47 ◦ blue 50

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

Shades of Guardsman Red #A92F32

Tints of Guardsman Red #A92F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.67%

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

R = 63.53%
G = 17.67%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#A92F32 (or 0xA92F32) is known color: Guardsman Red. HEX triplet: A9, 2F and 32. RGB value is (169,47,50). Sum of RGB (Red+Green+Blue) = 169+47+50=266 (35% of max value = 765). Red value is 169 (66.41% from 255 or 63.53% from 266); Green value is 47 (18.75% from 255 or 17.67% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 169 - color contains mainly: red. Hex color #A92F32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A92F32 is #56D0CD. Grayscale: #535353. Windows color (decimal): -5689550 or 3289001. OLE color: 3289001.

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

Color convert

RGB 169 47 50 -
CMYK 0 0.72 0.70 0.34
HSL 358.52º 0.56% 0.42% -
HSV(B) 358.52º 0.72% 0.66% -
XYZ 17.95 10.7 4.14 -
YUV 83.82 108.92 188.76 -
System Red Green Blue C M Y K H S L
Decimal 169 47 50 0 0.72 0.70 0.34 358.52 0.56 0.42
Hex A9 2F 32 0 48 46 22 167 38 2A
Octal 251 57 62 0 110 106 42 547 70 52
Binary 10101001 101111 110010 0 1001000 1000110 100010 101100111 111000 101010

Color Harmonies of #A92F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A92F32

Black with #A92F32

Text Example


Text Example

White with #A92F32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A92F32; }

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

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

background-color css

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

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

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

border-color css

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

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

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