#922B2C

Color #922B2C Guardsman Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Guardsman Red #922B2C

Tints of Guardsman Red #922B2C

Color information

#922B2C (or 0x922B2C) is unknown color: approx Guardsman Red. HEX triplet: 92, 2B and 2C. RGB value is (146,43,44). Sum of RGB (Red+Green+Blue) = 146+43+44=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 43 (17.19% from 255 or 18.45% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #922B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922B2C is #6DD4D3. Grayscale: #4A4A4A. Windows color (decimal): -7197908 or 2894738. OLE color: 2894738.

HSL color Cylindrical-coordinate representation of color #922B2C: hue angle of 359.42º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #922B2C is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.43.

Color convert

RGB1464344-
CMYK00.710.700.43
HSL359.42º54.5%37.06%-
HSV(B)359.42º70.55%57.25%-
XYZ13.178.023.24-
YUV73.91111.12179.42-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.66%
GREEN value IS 43 (17.19% from 255) = 18.45%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=62.66%
G=18.45%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146434400.710.700.43359.4254.537.06
Hex922B2C047462B1673625
Octal22253540107106535476645
Binary10010010101011101100010001111000110101011101100111110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922B2C; }

 p { color: rgb(146,43,44); }

 H1.HeaderClassName
 {
   color: #922B2C;
 }
 .AnyTagClassName
 {
   color: #922B2C;
 }
</style>
background-color css

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

 a { background-color: rgb(146,43,44); }

 div.DivClassName
 {
   background-color: #922B2C;
 }
 .BgClassName
 {
   background-color: #922B2C;
 }
</style>
border-color css

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

 span { border-color: rgb(146,43,44); }

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